在 Microsoft Dynamics crm 4.0 dlg_error.aspx 页面中,单击服务案例表单上的保存按钮时会弹出错误,其中包含客户编号
我正在尝试定制服务的“案例”表格。在我之前有人正在研究它,他添加了一个查找“联系人”字段。我们有一套实时CRM系统和一套测试系统。在实时系统上一切正常,但在测试系统上则不然。在测试系统上,当我单击“保存”按钮时,会弹出一个带有大红十字标志的弹出窗口,并将客户编号显示为错误。弹出窗口的地址栏显示它是 dlg_error.aspx 页面。我将它与实时系统的实体进行了比较,但我找不到任何错误。我需要检查哪些文件/事件。我已经检查了页面的 onload、onsave 事件和字段的 onchange 事件。
谁能帮我解决这个问题。这样我就可以解决这个问题并继续我的新东西。
I am trying to customize the 'CASE' form for service. Someone else was working on it before me he added a lookup 'contact' field . we have one live crm system and one test system . Everything is working fine on live system but not on test system. On test system when i click on 'Save' button a pop up coms up with a big red cross sign and displays customer number as error. The address bar of the popup shows that it is the dlg_error.aspx page. i compared it with the live sytem's entity but i cannot find anything wrong.which files/events i need to check . i alredy checked the page onload, onsave events and onchange events of fields.
Can anyone please help me with this problem. so that i can solve this and proceed with my new stuff.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我首先尝试的是从测试组织导出 Case 实体(只是作为备份),从 prod 导出 Case 实体,将 prod 的版本导入到 test 中,然后发布。错误仍然出现吗?
What I would try first is to export the Case entity from the test org (just as a backup), export the Case entity from prod, import prod's version into test, then publish. Does the error still occur?