A group of actions is planned in the standard templates, to make it possible to call a specific/custom process. In addition, when the requirement is expressed, the entry points are created in the standard, to allow the calling of a specific/custom process.

Each entry point is documented in a record, in order to define the context of the call to the specific/custom process.

This table allows the functioning of the entry points : the specific/custom process is identified in which will be written one or more entry points called from the standard process.

The entry points table is shipped empty by Adonix. It must therefore be loaded as and when required.   

For an entry point, the specific/custom process must follow the writing rules identical to the action ; it must start by the sub-programme $ACTION, in which will be tested the different values possible for the ACTION variable. This variable contains the name of the entry points.

$ACTION
Case ACTION
When "..."
...
Endcase
Return

 

Prerequisite

SEEREFERTTO Refer to documentation Implementation

Screen management

Entry screen

This screen makes it possible to reference the specific processes in which are developed the called actions of the standard process. These processes make it possible to specifically adapt the standard program. The specific process must start with the label $ACTION within which the action is declared; it conserves the environment of the standard program.

Error messages

In addition to the generic error messages, the following messages can appear during the entry :

Code already exists in line i

An attempt has been made to enter the same standard process twice in the grid.

Tables used

SEEREFERTTO Refer to documentation Implementation