Hi,
I have a contact object which has a navigation property/lookup property cc_Language, i would like to update the contact's information together with cc_Language = null.
{"contactid":"7244fd62-72bf-e711-812b-480fcff237d1","cc_SalutationId@odata.bind":"/cc_salutations(cf642d17-af93-e711-8155-e0071b662bb1)","gendercode":2,"birthdate":"1918-09-13","firstname":"H","middlename":"E","cc_preferredname":"","lastname":"JJ","cc_Language":null}
The request was successfully updated, however Language field wasn't set to null and still keep the old value.
I read some documents and we have to make two calls : delete the association for cc_Language and then call the update. Which is painful as I want to do in one transaction.
Do we have any other way to do at one go?
P/S: I use Dynamic CRM 365 2016.
Regards,
Huong
*This post is locked for comments