Hi , I have some question regarding create / update CRM data via ODATA .
i have 3 entities
Incident, Document Management and Annotation
Each Annotation will be linked to Document Management
while Document Management is tied to Incident
There is not "direct connection" in between Incident and Annotation
so in order for me to create a new annotation record, i need to create a new Document Management / or Update existing Document Management so the new Document Management will be tied to incident
so just want to know,, is it possible in Incidentform,
i call the ODATA using Javascrip to create new record / update existing record via Document Management entitle then tit will return the GUID
so i use the GUID to create a new Annotation record based on the newly create / existing Document Management GUID