Web Integration - Job Queues
Schedule website sync routines using job queues.
Depending on your setup, the following Job Queue Entries may need to be set up. Standard documentation can be found here: Admin job queues schedule tasks
Set the Codeunit to run number 71952 'TVTWS Web Run from Job queue' then one of the following parameters:
ORDERSVALIDATE
To Validate orders (see later section)
ORDERSPROCESS
To Process Orders (see later section)
ORDERSVAL+PRO
To Validate and Process Orders (see later section)
PRICESUPDATEDT
Checks whether price changes will happen based on date filters and forces a modification date/time stamp on Sales Prices so the website can pick up only new prices
PAYMPROCESS
Process Payments in staging
PAYMPOST
Post Payments in staging
STOCKUPDATE
Updates the background stock table
Standard Job Queue Setup
The PRICESUPDATEDT should be scheduled to run each night before the website is scheduled to pull new data.
The STOCKUPDATE should be run periodically, for example twice a day, to force a stock update if required (see ‘Inventory/Stock’ section).
Optional Job Queue Setup
The other job queues can be set up to run to automate the relevant processes.
Last updated
Was this helpful?