Example: The Email entity has a From property that is an EntityCollection of ActivityParty entities. Same goes for the To property btw. The following sample snippet will set the Email entity’s From address to a Queue entity using late binding:
Articles Tagged: Code Snippet
Find and enumerate all Teams a given System User is member of
Sample code to find all Teams a System User is member of: Observe: The above code requires a generated XRM early bound entity file for the Team and TeamMembership entities.
Find and enumerate all Security Roles for a given Team
Sample code to find all Security Roles for a Team: Observe: The above code requires a generated XRM early bound entity file for the Role and TeamRoles entities.
Find and enumerate all Security Roles for a given System User
Sample code to find all Security Roles for a System User: Observe: The above code requires a generated XRM early bound entity file for the Role and SystemUserRole entities.