======16. Scheduled Reallocator======
Produmex Manufacturing is a legacy product and Boyum IT Solutions no longer sells new installations for it.
The Scheduled Reallocator will run on predefined times and reschedules the allocations of certain production orders.
=====16.1. Set up the Scheduled Reallocator=====
Configure the settings of the Scheduled Reallocator on the Scheduled Reallocator tab of Produmex Manufacturing settings.
Add the query for the Scheduled Reallocator with the Query Manager. Save it as the Query Name defined on the Scheduled Reallocator tab of Produmex Manufacturing settings.
In the example we will add the following query:
SELECT "DocEntry" FROM "OWOR" WHERE "Status" in ('R')
The query will get every released production order.
{{ :implementation:manufacturing:functional:reallocator:query.png?500 |Query}}
=====16.2. Reallocation=====
The Scheduled Reallocator will run on times defined and on the machine defined in the Scheduled Reallocator tab of Produmex Manufacturing settings. \\
If the add-on is not running at the defined time, the reallocation begins after the add-on is started.
When the scheduled reallocator runs, the system reschedules the production orders that are the result of the scheduled reallocator query.
In the example the allocations of the released production orders will be rescheduled.
{{ :implementation:manufacturing:functional:reallocator:jscp.png |Reallocation}}
=====16.3. Message=====
After the reallocation is finished, the SBO user selected as the as the Recipient on the Scheduled Reallocator tab will get a notification. The list of the allocation errors will be also included in the message.
{{ :implementation:manufacturing:functional:reallocator:message.png?500 |Reallocation message}}