Tag Archives: web service
Using JavaScript to assign a record
A while back, a user on the Microsoft Dynamics forums asked how to assign a record using JavaScript. Here’s the code, remember to update the userid and recordid variables. var header = GenerateAuthenticationHeader(); var userid = "838975f4-029c-de11-9693-0003ffc4c746"; var recordid = … Continue reading
Filed under Uncategorized
Consuming the MS CRM Web Service for a Secondary Organisation
If you’ve got multiple CRM organisations in a MS CRM instance, you would have noticed that connecting to the default Web Service gives you only the customisations of the default organisation. In the past, I’ve been downloading the WSDL files … Continue reading
Filed under Uncategorized
Performing a Javascript Web Service call to the Metadata Service
About a week ago a colleague of mine told me that he’d been able to use my JS script to retrieve fields from a related record upon the change of a lookup value- which worked exactly as he wanted. However, … Continue reading
Filed under Uncategorized