Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个自定义实体,并将 javascript 从 CRM 4 更新到 2011。
但是,当表单加载时,我收到此错误:
此字段自定义事件出错。 字段:窗口 事件:加载 错误:无法获取属性“1”的值:对象为空或未定义。
此字段自定义事件出错。
字段:窗口
事件:加载
错误:无法获取属性“1”的值:对象为空或未定义。
有人可以帮忙吗?
使用 F12 打开开发者工具并追踪错误。您在表单上有某种类型的 javascript 错误...
在您的 java 脚本中使用 Debugger 语句并对其进行调试。