2022

Page tree

Versions Compared

Key

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

...

  1. The Scheduled jobs with in Sage 100 application helps to read from Sage and process to the DBSync 
  2. The DBSync holds the Sage data in the queue i.e. buffer for applying the required transformations and writing to the PocketAdvantage
  3. The workflows with the naming convention "Merge" with in the DBSync will help DBSync to sort any duplicate records which are processed into DBSync buffer.
  4. DBSync internally uses chaining technique for the merging process so that DBSync will identify the unique records and separate the duplicate records from the unique ones.
  5. Then the other workflows created will process the data from DBSync buffer to writing to PocketAdvantage. 

Panel
Running The Integrations
DBSync Integration of Sage & PocketAdvantage can be triggered by

  1. Using Run-now button from process listing page of DBSync.
  2. Using DBSync Scheduler .

Using Run-Now Buttons From DBSync platform

The user can login to DBSync with his valid credentials and hit the Run-now button from the process listing page or from the workflow listing page . The order of execution of the process has to follow the below order 

  • SageToQueue
  • CustomerToFTP
  • ItemsToFTP
  • TransactToFTP

Using DBSync Scheduler