Hello<br>
<br>
I have a similar question like this one here <a href="https://support.docuware.com/en-US/forums/questions-about-usage-and-configuration/9d2c7857-8f41-e911-a967-000d3ab3fe8a#new">Insert data record to another cabinet when document stored-1517326713 · DocuWare Support Portal</a><br>
But in my case, I need to create multiple data records in another file cabinet when a document is updated.<br>
i.e. If the document that got updated in file cabinet A have a table that contains 2 rows, I need to create 2 data records in file cabinet B.<br>
<br>
A few solutions come to my mind like:<br>
- using a webhook attached to file cabinet A that trigger a cloud process to create the data records in file cabinet B<br>
- workflow(not sure)<br>
- auto index(not sure since I'm working with a table)<br>
<br>
Another point of my concern is the 1280 documents that I will need to probably create a script using the SDk to do the initial loading(those documents in file cabinet A will not change anymore). I think this is the only way to do the initial load(via SDK).<br>
<br>
Please feel free to contribute.<br>
<br>
Thanks<br>
Tiago