Create an entity with related entities

In our earlier post we took a look at how to Create an entity with simple data types using MS Dynamics CRM Web API. Today we will create an entity with related entities. We will create the ‘primarycontact’ along with the ‘account’ record. We will also be creating an opportunity for the ‘account’ and related ‘task’ with …

Read more

Create an entity with simple data types using MS Dynamics CRM Web API

Microsoft has introduced a new version of its REST based API for CRM, this is more powerful than the old SOAP and OData APIs and has the ability to be used on a variety of devices and platforms. Let’s take a look at how to create an ‘account’ record with simple data types including lookup. Please note …

Read more