Hello
I have a situation where I want all the documents related to a contact to be exported to another system.
So far I only have the following information:
1. the annotations entity holds the actual document and each upload has 2 records
How are these records related to Contact entity? I have tried all the GUID and none of them match, only the createdby field appears in both tables but that does not give me unique information for multiple forms submitted by the same contact.
Example:
Contact Tiger submits a form with attachments rat and cat.
Contact Lion submits another form with attachments bat and dog
I have 8 entries in the annotation entity and one for each upload.
1. How do I map them back to lion and Tiger?
2. If Tiger submits another form with an upload how do I differentiate the 2 submissions?
I hope I have explained the situation clearly.
Thank you in advance :)
*This post is locked for comments