当前位置:网站首页>Dynamics 365: 查找哪些记录使用Access Team这种方式分享给了某一个User
Dynamics 365: 查找哪些记录使用Access Team这种方式分享给了某一个User
2022-07-21 15:48:00 【Stone-hdj】
当使用Access Team的方式分享给用户'User Test'了一些记录,那么我们如何去查找,都有哪些记录是使用这种方式分享给了用户'User Test'?
如果是使用高级查找的方式去找,应该是这样的,我们以Account实体为例:
红框的部分是你需要替换的。
以下是它的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>
边栏推荐
- C#中抽象类abstract和接口interface的区别
- 可视化之基础设置
- Embedded development: seven skills of using RTOS
- "New energy + energy storage" starts from the digital twin, Tupu will make smart power to the extreme
- .net 温故知新:【6】Linq是什么
- 手机对比redmi note8与realme x2
- C create user defined exception
- Yuanqi forest: it is indeed developing sugar free cola flavor products without preservatives
- 2022年中国第三方支付市场专题分析
- Keras deep learning practice (14) -- r-cnn target detection from scratch
猜你喜欢
80.26亿元!国家互联网信息办公室对滴滴依法作出网络安全审查相关行政处罚
Matlab GUI programming skills (XI): axes/geoaxes/polaraxes drawing to create GUI coordinate area
加密崩盘,Web3已死?
About troubleshooting MySQL driver version errors, cause: com mysql. jdbc. exceptions. jdbc4、Unknown system variable ‘query_ cache_ size
Matlab GUI programming skills (VII): matlablistbox operation - common operations of listbox and uilistbox
带你认识8个软件设计中的谬误
Keras深度学习实战(10)——迁移学习
20、shell编程之变量
真人踩过的坑,告诉你避免自动化测试新手常犯的10个错误
mysql中的字段如何选择合适的数据类型呢?
随机推荐
Keras' deep learning practice -- gender classification based on inception V3
软件推荐-装机
益盟操盘手软件可靠么?买股票安全吗?
自定义view之----自定义button
Keras深度学习实战(13)——目标检测基础详解
[matlab problem solving] solve the problem after matlab compilation Exe file cannot run on another computer
主机psql连接虚拟机Oracle
《通信软件开发与应用》课程结业报告
TMECH发表优必选运控技术最新进展:实现人形机器人高鲁棒性行走
软件推荐-办公软件
287寻找重复数
#yyds干货盘点# 解决名企真题:小A最多会新认识的多少人
带你认识8个软件设计中的谬误
天正T20 V8.0全套软件安装包下载及安装教程
同构+跨端,懂得小程序+kbone+小程序容器就够了!
json数据的遍历、删除、判断是否为空,以及递归
Dangling pointer and orphan memory
253会议室 II
Detailed explanation of redis [data operation, persistence, jedis, cache processing] of NoSQL database
MYSQL8 遇到的服务启动后停止的问题