简体   繁体   English

CRM Dynamics查找视图

[英]CRM Dynamics lookup to a view

I have a lookup field on my phone call entity form "call to". 我的电话实体表单“ call to”上有一个查找字段。

when I try to click the lookup to get to the view "related contact", to choose a contact, I get this error message: 当我尝试单击查找以进入视图“相关联系人”,选择一个联系人时,出现以下错误消息:

savedquery With Id = a111290d2-111e-e711-80e3-005056a03ab1 Does Not Exist 保存的ID为id的查询a111290d2-111e-e711-80e3-005056a03ab1不存在

Any suggestion? 有什么建议吗?

PS: I have that error with only one record, works fine with all other records. PS:我只有一条记录存在该错误,与所有其他记录都可以正常工作。

Create a solution containing phone call entity (preferably all data), export it and unpack. 创建一个包含电话呼叫实体(最好是所有数据)的解决方案,将其导出并解压缩。 Open customizations.xml and look for this guid - probably it's linked somehow to your lookup. 打开customizations.xml并查找该GUID-可能它已以某种方式链接到您的查找。 Change this guid to some id of an existing view of contacts. 将此GUId更改为现有联系人视图的ID。 Pack the solution and re-import it back to your organization. 打包解决方案,然后将其重新导入到您的组织中。

I have troubleshooting steps for you, which will lead to solve the problem. 我为您提供了故障排除步骤,这些步骤将可以解决问题。

1.Check in your database if any saved view or user view with this guid (in all environments) 1.在此数据库中检查数据库中是否有保存的视图或用户视图(在所有环境中)

2.Check if Any security role restrictions wrt BU owned/user owned contacts records 2.检查BU拥有/用户拥有的联系人记录是否有任何安全角色限制

3.Also in form lookup field - change the default view & check from properties. 3.也在表单查找字段中-更改默认视图并从属性中检查。 See if any related records filter in place or any view restrictions. 查看是否有任何相关记录过滤到位或任何视图限制。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM