Entry points > Module Geode GX > Standard script SUBDOH 

CHGDOHSTA : after setting the header and the DO lines to 9

This entry point is used to take control after the header and the lines of a delivery order have been set to 9 (Closed) upon closing it.

Context and operating mode

This entry point is called after the header and the lines of a delivery order have been set to 9, and before the creation of completed DO and delivery reports.

Variable GOK is tested on return from the entry point. If GOK<1, the current transaction will be rollbacked.

TRANSACTION

There is a transaction in process when this entry point is called.

Available variables and tables

DLVORDERH table open and fed

ODOHSTA contains the status of the DO header before the status update.

CHGDOHSTA: after updating DO lines and DO header statuts

This entry point is used to take control after the header and the lines of a delivery order have been updated upon modification of the DO.

Context and operating method

This entry point is called after the header and the lines of a delivery order have been updated, when a change is needed on the DO statuts and before the creation of completed DO and delivery reports.

Variable GOK is tested on return from the entry point. If GOK<1, the current transaction will be rollbacked.

TRANSACTION

There is a transaction in process when this entry point is called.

Available variables and tables

DLVORDERH table open and fed

ODOHSTA contains the status of the DO header before the status update.