Tagged Questions

1
vote
1answer
24 views

MS CRM can’t add users after database restore

We have restored an old ms CRM database over a newer version. But when I try and add users which were already existed in newer version I get an error. If I delete the users from our of active …
1
vote
1answer
24 views

Microsoft CRM, how do I get all the members of a list using CrmService ?

I am developing a tool that needs to read data from Microsoft CRM using the webservice API. I need to get all the members of a marketing list. I can get all the lists in the system using the …
0
votes
1answer
12 views

Microsoft CRM 4 : What user privileges are needed to access the webservice API ?

I am trying to use the Microsoft CRM 4 webservices. However, I get the 401 Unauthorized error for any requests I send. I am running under my own user account, which has access to CRM. What user …
0
votes
1answer
21 views

“required field ‘EntityId’ is missing” error

Hi No matter what i attempt i keep getting the following exception being thrown by MSCRM 4.0 Invalid format of input XML for request SetStateITG_glcode: required field 'EntityId' is missing …
0
votes
3answers
43 views

Can you do a partial restore to an ms crm db?

Is there any way (3rd party product or other method) to do a partial restore to ms crm? Say a user accidentially deleted an account. Is there anyway to restore just that single account and …
0
votes
2answers
74 views

CRM_URL Report Parameter is incorrect

I am building custom reports in Microsoft CRM and am using the CRM_URL parameter to created drill downs. However, the URL coming in is http://myserver.com/org/CRMReports... but it should be …