2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Initiating DBSync integration through Rest-Call



DBSync integration can also be initiated without having to login to www.mydbsync.com. The sync can be initiated from an external application, say with a click of a button or a URL. The following section illustrates how this customization can be achieved.

...

Code Block
<authentication>
<userName>username@yourcompany.com</userName>
<password>your_password</password>
<profile>Sage Sage IntacctToDatabase</profile>
</authentication>


Image RemovedImage Added

Profile :

Profile is basically an XML file and it defines the Business Process to execute. The name of a profile or the xml file is always prefixed with "processdefinition" and usually is in the form of "processdefinition_"<<process_name>>".xml

...

C:\DBSync_CloudWorkflow_x\ CloudWF\ WEB-INF\ conf\ db\ <DBSync Username>\ <Profile Name>\ profile.xml

Image Modified

A sample profile.xml file is shown below with configuration details of the adapters that are used for integration.

...