Posts Tagged ‘CRM 4.0’

Below code shows how to get Security Roles of current User Using JScript which uses a RetrieveMultiple query … function GetCurrentUserRoles() { var xml = “” + “<?xml version=\”1.0\” encoding=\”utf-8\”?>” + “<soap:Envelope xmlns:soap=\”” + “http://schemas.xmlsoap.org/soap/envelope/” + “\” xmlns:xsi=\”http://www.w3.org/2001/XMLSchema-instance\”” + ” xmlns:xsd=\”http://www.w3.org/2001/XMLSchema\”>” + GenerateAuthenticationHeader() + ” <soap:Body>” + ” <RetrieveMultiple xmlns=\”” + “http://schemas.microsoft.com/crm/2007/WebServices\”>” + ” <query [...]

Update Rollup 13 for Microsoft Dynamics CRM 4.0 http://blogs.msdn.com/b/crm/archive/2010/09/23/update-rollup-13-for-microsoft-dynamics-crm-4-0.aspx