WMS 810 ER020-016: Difference between revisions
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
|Auto Despatch Options added to Sales Order tab in Owner Maintenance. Allow Auto Despatch has three options: | |Auto Despatch Options added to Sales Order tab in Owner Maintenance. Allow Auto Despatch has three options: | ||
N: No automatic despatch confirmation | |||
At Pick Confirmation: Orders despatch confirmed after being pick confirmed (status 6) | |||
At Pack Confirmation: Orders despatch confirmed after being pack confirmed (status 6 and pack complete - "Y") | |||
Use Priority Settings has two options, "Yes" and "No". If "Yes" the auto despatch process will also check the 'Auto Despatch' flag of the order priority, which has been added in Order Priority Maintenance. This is also a "Yes"/"No" flag, so Use Priority Settings is set to "Yes" this must also be set to "Yes" for an order to be automatically despatch confirmed. | Use Priority Settings has two options, "Yes" and "No". If "Yes" the auto despatch process will also check the 'Auto Despatch' flag of the order priority, which has been added in Order Priority Maintenance. This is also a "Yes"/"No" flag, so Use Priority Settings is set to "Yes" this must also be set to "Yes" for an order to be automatically despatch confirmed. |
Latest revision as of 17:39, 31 October 2016
EMERGENCY RELEASE - WMS 810
RELNOTE ER020-016
Module | Program Name | Ver | Call/Iss | Client Ref | Pr'ty | Remarks | Reporter |
AT_ORDER_PRIORITY_337092.sql | Alter table Script | 4.1 | 337092 | - | 3 | Auto Despatch Options added to Sales Order tab in Owner Maintenance. Allow Auto Despatch has three options:
N: No automatic despatch confirmation At Pick Confirmation: Orders despatch confirmed after being pick confirmed (status 6) At Pack Confirmation: Orders despatch confirmed after being pack confirmed (status 6 and pack complete - "Y") Use Priority Settings has two options, "Yes" and "No". If "Yes" the auto despatch process will also check the 'Auto Despatch' flag of the order priority, which has been added in Order Priority Maintenance. This is also a "Yes"/"No" flag, so Use Priority Settings is set to "Yes" this must also be set to "Yes" for an order to be automatically despatch confirmed. The automatic despatch confirmation process itself is a local EDI Process that can be set to run at the required frequency using the select_orders procedure in the new dp_auto_despatch package, i.e. by setting 'Package SQL Code' to dp_auto_despatch.select_orders in the XF Command Screen. The automatic despatch process will be delayed by the number of minutes set against the AutoDespatchDelay registry setting under Global/GeneralSettings. For example, if the delay was set to 30 minutes, and order was pack confirmed at 15:40 and the EDI process ran at 16:00 the order would not be despatch confirmed as 30 minutes had not yet passed. |
Pam Hodgkinson |
AT_STK_STOCKIST_337092.sql | Alter table Script | 4.1 | " | " | " | " | " |
DATA_ML_CAPTIONS_337092.sql | Data Script | 4.1 | " | " | " | " | " |
SOS1600.fmx | Order Priority Maintenance | 4.11 | " | " | " | " | " |
STS1000.fmx | Owner maintenance | 4.96 | " | " | " | " | " |
DP_AUTO_DESPATCH.sql | Automatic Despatch Confirmation | 4.3 | " | " | " | " | " |
Registry/Rules Settings | ||
Path & Name | Setting Value | Result |
Global/GeneralSettings/AutoDespatchDelay | Delay time in minutes, 0 to 999 | The automatic despatch confirmation process will not despatch confirm an order until the set number of minutes has passed since it was pick/pack confirmed (depending on the value of the Allow Auto Despatch flag.) |