Hi
I'm attempting to create an entity and specify its relations at the same time, using the CreateRequest SOAP request. I've got a correctly-formatted SOAP request which Dynamics Online does not balk at, which creates the entity (an opportunity in my case), but does not have the associated entities (account, campaign) specified. I'd rather be able to generate the entire record at once without having to manually specify related entities after the initial entity has been created.
The documentation for these requests is absolutely shocking, and I've spent quite a decent chunk of time trying to find a solution.
I'm using EntityReferences in my XML to specify the referenced entities, which Dynamics Online accepts without issue.
Any help would be greatly appeciated.
Thanks!
Dave