Typically, when working with a database/application to programmatically create new records, it is desirable for us to return some information relating to any newly created records; this would typically take the form of a Globally Unique Identifier (GUID), primary key value or something else that uniquely identifies the record in question. Doing this may be useful for several reasons:
Continue Reading The CRM Chap’s Article on their blog
Extract New Record GUID from Dynamics 365 Customer Engagement Create Web API Request (C#)
Blog Syndicated with The CRM Chap’s Permission