Startup Events MOD009DU6
Access
Customizer → System Customizer → Events → Startup Events
Startup events are programmable events that are run upon server startup independent of saving processes and other activities. Further information on events.
Information
In this module you can create and modify startup events.
Create Startup Event
Procedure
Press F4 or the Insert button to insert a new event record.
Allocate a Name.
Select the function type.
Allocate a function name.
Optionally you can make an entry in the Parameter field.
If the event is to be active directly, mark the Activated checkbox.
An event is only executed if the Activated checkbox is activated.
Save.
Configuration via the run_module and run_module_persistent_session Functions
Information
The customizing.events.module.run_module and customizing.events.module.run_module_persistent_session functions are used to simply configure time-controlled or startup-events.
Procedure
Store one of the functions in the Function nameDT312 Events field,
Store the module (2nd parameter) and the user (1st parameter) with which the module is to be executed in the Parameter field.
You can use the optional 3rd parameter to specify a timeout in seconds that determines for how long the system should wait for the module.
The individual parameters should be separated by semicolons, e.g. PLSYSTEM;009DVW;20
Edit a Startup Event
Procedure
Adjust the desired event data in the data record of the corresponding startup event.
Save the changes.
See also: Programmable Events, DT312 Events |