Versions Compared

Key

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

Introduction

This

...

document outlines the steps to perform ERP Purchase Orders to Vroozi Projects.  Note that we are using POs as a way to create Projects in Vroozi but it could had been done by other means.

Prerequisites

To synchronize ERP Purchase Orders to Vroozi Projects, we will need..

  • Security access to ERP Purchase Orders
  • Security access to CONNECT Project Synchronization
  • Security access to Vroozi Accounting Master Records

Custom Stored Procedure

To retrieve the necessary info from ERP, this feature makes use the the stored procedure cust.spDataSync_GetProjects in ERP.

...

Once the batch had been sent to Vroozi, we should be able to validate the information on Vroozi's website Welcome to Vroozi.

The sent records are located under..

...

To schedule the batch creation and send the batch, the user will need to create new entries in the Scheduled Tasks.

  • PurchaseOrderProjectCreateBatch: This task will automatically grab the data from ERP and create a new batch.
  • PurchaseOrderProjectSend: This task will find all batches that have records to be send sent to Vroozi and send them.
  • image2022-9-16_10-12-47.png


Developer  Documentation is here for additional information on dev work completed: /wiki/spaces/RD/pages/34705094

...