Avatar

Correct answer by
Employee Advisor

In your case scenario, you need to post a SOAP call request to ACC's soaprouter api from your database, check the workflow WSDL (<yourinstanceurl>/nl/jsp/schemawsdl.jsp?schema=xtk:workflow).

However, it is far easier to have a control table on the external database system which contains the statuses for all the tables which are ready to be imported into ACC, then you can map this schema to ACC and query it then execute ETL workflows to start the import process.

View solution in original post