-
Recent Posts
Archives
Categories
Major Tags
Quick Pick
December 2019 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: AssignRequest
Assign Requests in Silverlight MS CRM SOAP Endpoint
While working with SOAP Endpoint in MS CRM and Silver light, there would occur scenarios in which you would need to assign a particular entity record to a different user. To know more on Assign Request, check the post here. … Continue reading
Principal user is missing prvReadQuery privilege – CRM2011
When you try to use the ‘AssignRequest‘ to set the OwnerId of any entity , to a User with a particular Security Role, you may end up with an Exception : Principal user is missing prvReadQuery privilege This is because … Continue reading
How to set OwnerId of any Record in CRM 2011
Basically , unlike CRM4.0, the ‘OwnerId’ cannot be set and then the entity be created in CRM2011. For setting the owner, we need to use the ‘AssignRequest‘. That is , we need to assign the record created to a User … Continue reading