31. March 2011 15:02
With the c# code below you can disable or enable an organisation in Microsoft CRM 2011 by using the Deployment Service:
EntityInstanceId i = new EntityInstanceId();
i.Id = OrganisationId; //Organisation Id
DeploymentService.Organization organization = (DeploymentServi...
[More]
29. March 2011 12:25
In Microsoft Dynamics CRM 2011 you can get the last login time of a CRM user by using the below query:
SELECT
AuthInfo, O.FriendlyName, SUO.LastAccessTime
FROM
SystemUserOrganizations SUO
LEFT JOI...
[More]
460014f3-ebb9-4a8b-90f2-7869921b99ff|0|.0
Tags: