Hi,
Similar to forum thread http://forums.jiwa.com.au/viewtopic.php?f=14&t=145
but in my scenario, instead of a batch process, I need the processing and printing to happen instantly from a external trigger (not to be confused with a SQL trigger).
That trigger may be a CSV file, or it might be a record added to a SQL table, or something else. Or it might be the case to fire a VBS file to invoke the Sales Order Process and printing. Need an invoice AND delivery docket to print.
How can this be done in 6.5.13?
The exact scenario is that a WMS has completed picking a file and it can either
i) export a CSV file
ii) write to a SQL table
iii) fire some VBScript code
As an additional requirement if a line on an order is only partially picked, the the quantity on the SO line needs to be adjusted accordingly, i.e QtyThisDel = QtyPicked and QtyBackordered = QtyNotPicked. Then processed and printed as above. I have been trying to develop something for ages now & now I admit defeat and call upon the experts!
Cheers
Danny