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
Refer to documentation Implementation
Presentation
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.
Close
Fields
The following fields are present on this tab :
|
  |
|
Standard process, for which a specific/custom is being added. |
|
  |
|
  |
|
Specific/custom process, used to add to or to replace certain actions in the standard process. It will be noted that the specific/custom developments linked to 2 entry points in a standard process, must be written in a single specific/custom process. |
|
Select a module for the setup. Use this field to specify if the screen has to be created in the folder database. This is the case when the module linked to the screen is active on the folder. |
|
An activity code is used to:
In this way, if the activity code is disabled, the marked element will not be useable, and the associated code (if any) will neither be generated nor can be activated. |
|
  |
|
This field is used to identify the other specific/custom processes attached to the principal process. It must be entered in the form PROG1~CODACT1; PROG2~CODACT2;.... where PROGn is the name of the process and CODACTn an activity code. The specific/custom will analyze the values of this field in their principal specific/custom process in order to carryout the call to the other processes if necessary. |
Close