Entry points >  Module Fixed Assets >  Standard script GENEVE  

Display all Hide all

GENEVT: Allows to modify the event.

The GENEVT entry point is used to modify the content of the event generated by the application, either by modifying the loading of standard fields or by loading the specific fields of the record.

Context and operating method

This entry point is located immediately before the write allowing the creation of the event in the database. You can access the event in the [F:EVT0] class.

The GOK variable may be used to cancel the event.

To know if a transaction is in progress, you must use the adonix adxlog variable.

ANNEVT: Allows to modify the event.

The ANNNEVT entry point is used to modify the content of the cancellation event generated by the application, either by modifying the loading of standard fields or by loading the specific fields of the record.

Context and operating method

This entry point is located immediately before the write allowing the creation of the event in the database. You can access the event in the [F:EVT0] class.

The GOK variable may be used to cancel the event.

To know if a transaction is in progress, you must use the adonix adxlog variable.