To configure new Custom Events, navigate to the Events tab. Click on the Add Event button in the top-right corner to create a new event.
Once the event is created, the following screen will appear:
The fields we display have the following meaning:
Field | Description | |
Name | The name of the event being configured. | |
Type | he type of event (always executed server-side). Possible values: | |
| Before Load | Code in the Method field is executed before loading the record. |
Before Save | Code is executed before saving the record. | |
Before Delete | Code is executed before deleting the record. | |
After Load | Code is executed after the record has been loaded. | |
After Save | Code is executed after the record has been saved. | |
After Delete | Code is executed after the record has been deleted. | |
Position | Execution order of the event. | |
Status | If enabled, the event will be triggered; otherwise, it will not. | |
Method | Field containing the PHP code to be executed for the selected event. | |