2022

Page tree

Versions Compared

Key

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

...

  1. Add a rule with name of user choice, select the DB connector and operation as insert. 
  2. Choose an object as ProfitandLoss.
  3. Now user has to do the mapping as per the need. Image Added

Panel
Running The Sync 
As its that now the Connectors, Trigger and Rules have been set appropriately, it's time to Run sync and check whether all the data of the Profit and Loss report is dumped in to ProfitandLoss table.

...

After the successful completion of sync, go to the database named qbtodb and execute the below query to check the results as shown in below screen capture.

Code Block

SELECT * FROM profitandloss

Image Added