Application event types.
| Member | Value | Description |
|---|---|---|
| aet_ShutDown | 64 | The SAP Business One application shuts down.
Catch this event to terminate your add-on when the application is closed. |
| aet_CompanyChanged | 65 | A new company database is selected.
Catch this event when you want to check what company was selected, especially in cases there your add-on is designed for a specific company. |
| aet_LanguageChanged | 66 | The user interface language is changed.
Catch this event to make sure the language of the add-on corresponds to the language of the application. After the user interface language is changed, actions made on the menu are deleted because the menu is reloaded from the resource file. We recommend refreshing menu actions every time this event occurs. |
| aet_FontChanged | 129 | The font of the user interface is changed. |