CRM 4.0 快速营销活动在 Load javascript 上运行活动
在 Dynamics CRM 4.0 中创建快速营销活动时,将检索并运行用于预约、电话呼叫等(总共 5 个)的 onload javascript。在这些活动类型的 onLoad 脚本中,我们隐藏了一些字段,但打开快速营销活动向导时这些字段实际上并不存在,并且 javascript 会引发错误。
FormType 为 1(表示创建),ObjectTypeCode 是加载的 javascript 的类型代码,因此没有这些字段为我提供了上下文。如何在 onLoad javascript 中确定我所处的设置/上下文?是否有任何全局变量指示上下文是“快速营销活动向导”?
When creating a quick campaign in Dynamics CRM 4.0 the onload javascripts for appointment, phone call etc. (5 in total) are retrieved and run. In the onLoad scripts for these activity types we hide some fields, however these fields are not actually there when opening the Quick Campaign wizard, and the javascript throws an error.
FormType is 1 (meaning Create), and ObjectTypeCode is the type code for the javascript loaded, so none of these fields give me the context. How can I determine in the onLoad javascripts which setting/context I am in? Are there any global variables that indicate that the context is "Quick Campaign Wizard"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在尝试访问空对象的属性之前编辑脚本并添加真值测试
Edit the script and add a truth test before trying to access the properties of the null object