Entry points > Module Geode GX > Standard script VX3PKO 

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.

CHGPKOSTA: After modification of the status in the header of a preparation order

This entry point is used to take over after modification of the status in the header of a preparation order with a view to carry out a specific development.

Context and operating method

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

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 PICKORDER is open and entered

OPKOSTA contains the status of the PO header before its update.