限制客户查找联系人错误
我正在使用 microsoft Dynamics crm 4,
我插入了以下行以将客户查找限制为仅限联系人(无帐户):
crmForm.all.customerid.setAttribute("lookuptypes", "2");
它确实将查找仅限于联系人,但有一个奇怪的错误:
当我选择任何客户时,他旁边的图标变成帐户图标,而不是联系人图标(文件夹而不是卡片)
对此有解决方案吗?
I'm using microsoft dynamics crm 4
I inserted the following line to restrict a customer lookup to contacts only (no accounts):
crmForm.all.customerid.setAttribute("lookuptypes", "2");
It does restrict the lookup to contacts only, but there is a strange bug:
When i select any customer, the icon next to him becomes the account icon, not the contact icon (folder instead of card)
Any solutions to this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案如下:
Andriy a33ik Butenko 发布,在 msdn 动态论坛上回复我的问题。
Here is the answer:
Posted by Andriy a33ik Butenko, in reply to my question on the msdn dynamics forum.