024462: Add KSDMU sweep to process EPOS orders
1. Overview
KCSL have added a new KSDMU process that will look at EPOS orders in the Awaiting Stock stage and attempt to pick the stock and move the invoices to the Issue stage.
2. Specification
Implement a new KSDMU process that will look at EPOS orders that are in the Awaiting Stock stage and attempt to pick the stock and move to the Issue stage.
3. Configuration
An updated application and changelog will be provided with this functionality.
4. Usage
After applying the above Configuration, typical steps for usage would include:
- A new KSDMU process ‘MOVE_EPOS_INVOICES’ has been introduced.
- Run this manually or using a batch file to attempt to pick stock for any EPOS orders in the Awaiting Stock stage.
- Successful invoices will move to the Issue stage.
Example batch file content:
K:\KeystoneSoftware\Applic\KSDMU.exe CONNECT:SERVERNAME\INSTANCENAME:DATABASE Action=MOVE_EPOS_INVOICES OutputFile="K:\KeystoneSoftware\Applic\KSDMU.log"