📚 SAP Business One SDK Help

BoAppEventTypes Enumeration
See Also 

Description

Application event types.

Members

MemberValueDescription
aet_ShutDown64The SAP Business One application shuts down.

Catch this event to terminate your add-on when the application is closed.

aet_CompanyChanged65A 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_LanguageChanged66The 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_FontChanged129The font of the user interface is changed.

See Also