当前位置:网站首页>Dynamics 365: find which records are shared to a user by access team
Dynamics 365: find which records are shared to a user by access team
2022-07-22 07:32:00 【Stone-hdj】
When using Access Team To share with users 'User Test' I made some records , So how do we find , What records are shared to users in this way 'User Test'?
If you use the advanced search method to find , It should be , We use Account Entity as an example :
The red box is what you need to replace .
Here's its FetchXML:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
<entity name="account">
<attribute name="name" />
<attribute name="primarycontactid" />
<attribute name="telephone1" />
<attribute name="accountid" />
<order attribute="name" descending="false" />
<link-entity name="team" from="regardingobjectid" to="accountid" link-type="inner" alias="ac">
<link-entity name="teammembership" from="teamid" to="teamid" visible="false" intersect="true">
<link-entity name="systemuser" from="systemuserid" to="systemuserid" alias="ad">
<filter type="and">
<condition attribute="systemuserid" operator="eq" uiname="User Test" uitype="systemuser" value="{8211799F-EFE0-EC11-BB3D-000D3A0878DC}" />
</filter>
</link-entity>
</link-entity>
</link-entity>
</entity>
</fetch>
边栏推荐
猜你喜欢
Dynamics 365: 如何在Azure AD中創建用戶並添加到Dynamics 365 Online中
pycharm读取JY-901S数据
Dynamics 365: 如何从Azure中获取连接到D365 Online所需要的认证信息
公网官网建站笔记(五):域名工信部备案完整流程并解析公网访问
Desai wisdom number - other charts (Sangji chart): summer vacation consumption
采坑阿里云 kex_exchange_identification: read: Connection reset by peer
Keras deep learning practice (12) -- facial feature point detection
架构师成长:当谈到架构,究竟是谈什么
About troubleshooting MySQL driver version errors, cause: com mysql. jdbc. exceptions. jdbc4、Unknown system variable ‘query_ cache_ size
Dynamics CRM: [问题已解决]Cannot open Sql Encryption Symmetric Key because Symmetric Key password...
随机推荐
Tmech publishes the latest progress in the operation control technology of the must choose: to realize the high robustness walking of humanoid robots
我的第一篇博客
Crazy God redis notes 06
关于mybatics中起始与结束时间的处理方法
关于mysql驱动版本报错解决,Cause: com.mysql.jdbc.exceptions.jdbc4、Unknown system variable ‘query_cache_size
狂神redis笔记06
加密崩盘,Web3已死?
集合之HashSet
Isomorphism + cross end, knowing applet +kbone+ applet container is enough!
带你认识8个软件设计中的谬误
数据可视化图表之面积折线图
Keras deep learning practice (11) -- visual neural network middle layer output
Oracle about date field index usage test
pg_ Can the files under the wal directory recover the database?
微信小程序实现音乐播放器
Dynamics 365: 如何获取批量请求中ExecuteMultipleRequest的阈值
The default value of timestamp setting in mysql8 is current_ TIMESTAMP ,Error:1048 - Column ‘createTime‘ cannot be null
软件推荐-办公软件
8.026 billion yuan! The state Internet Information Office imposed administrative penalties related to network security review on didi in accordance with the law
G026-DB-GS-INS-03 OpenEuler 部署 OpenGauss(1主2备或多备)