This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/RetrieveTotalRecordCount(EntityNames=['account','contact','systemuser']) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true"> | |
<entity name="team"> | |
<attribute name="name" /> | |
<attribute name="teamid" /> | |
<filter type="and"> | |
<condition attribute="teamtype" operator="ne" value="1" /> | |
</filter> | |
<link-entity name="teammembership" from="teamid" to="teamid" visible="false" intersect="true"> | |
<link-entity name="systemuser" from="systemuserid" to="systemuserid" alias="ae"> | |
<filter type="and"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TBD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.concurrency.com/blog/march-2016/creating-an-audit-report-for-user-logins-in-dynami |
OlderNewer