Entry points > Module Geode GX > Standard script VX3SHP 

CHGDOHSTA: After modification of a delivery order header status

This entry point is used to introduce specific developments after modifying a delivery order header status.

Context and operating mode

This entry point is called after the update of a delivery order header.

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.

CHGSHPSTA: After modification of the status of a palletization unit (PU)

This entry point is used to take control after the status of a palletization unit (PU) as been modified to generate a specific development.

Context and operating mode

This entry point is called after the update of a palletization unit (PU).

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

Table UNITSHIP is open and entered

OSHPSTA contains the status of the PU before its status update.