Wednesday, February 10, 2016

Dynamics GP - Close partial In-Transit Transfer documents and move them to history


The first step is the update this record in the SVC00700 to a 6. After you have updated the record to a status of 6, you can run two stored procedures to move the record to the history table. Here are the two scripts:
UPDATE SVC00700 SET STATUS = 6 WHERE ORDDOCID = 'TransferNumber'
exec SVC_Transfer_TransferToHistory 'TransferNumber'

No comments:

Post a Comment