Entry points > Module Supervisor > Standard script VALWINSUB 

AV_FILLBOX

This entry point is located before the Fillbox instruction that loads the principal and secondary left lists for OBJect management or window entry. It makes it possible to carry out checks on the loading performance of these lists.

 

Context and operating mode

This entry point is called from the process generated upon window validation (WGxxx process). It is executed on each loading of a left list. with a click on the list or a contextual event (the modification of the customer order causes the loading of the quote picking list).

In addition to all the variables declared in OBJet management or window entry, the following variables are especially intended for left lists:
- currbox contains the name of the current left list (GAU_CHE main list, GAU_CHE1 secondary list 1, GAU_CHE2 secondary list 2, ... GAU_CHE8)
- ILIS contains the number of the current left list (0, principal list 1-8, secondary lists)
- ABREV contains the number of the current OBJect
- OBJLIS(0..8) contains the OBJect codes for the current object left lists
- CRITERE, FILTSUP, FILROLE, FILSUITE contains the Filter instruction criteria triggered before the AV_FILLBOX entry point in the principal left list
- CRITERE, FILGAUSUP(0..2), FILSUITE AV_FILLBOX contain the Filter instruction criteria triggered before the AV_FILLBOX entry point in the secondary left lists
.

The open tables are referenced in the OBJect description or in the OUVR (open) action.

AP_FILLBOX

This entry point is located after the Fillbox instruction that loads the principal and secondary left lists for OBJect management or window entry. It makes it possible to carry out checks on the loading performance of these lists.

Context and operating mode

This entry point is called from the process generated upon window validation (WGxxx process). It is executed on each loading of a left list. with a click on the list or a contextual event (the modification of the customer order causes the loading of the quote picking list).

In addition to all the variables declared in OBJet management or window entry, the following variables are especially intended for left lists:
- currbox contains the name of the current left list (GAU_CHE main list, GAU_CHE1 secondary list 1, GAU_CHE2 secondary list 2, ... GAU_CHE8)
- ILIS contains the number of the current left list (0, principal list 1-8, secondary lists)
- ABREV contains the number of the current OBJect
- OBJLIS(0..8) contains the OBJect codes for the current object left lists
- CRITERE, FILTSUP, FILROLE, FILSUITE contains the Filter instruction criteria triggered before the AV_FILLBOX entry point in the principal left list
- CRITERE, FILGAUSUP(0..2), FILSUITE AV_FILLBOX contain the Filter instruction criteria triggered before the AV_FILLBOX entry point in the secondary left lists
.

The open tables are referenced in the OBJect description or in the OUVR (open) action.