In UF_OSYSTM
| Method or Property | Description |
|---|---|
avMAINWindowReady | Main window has opened and is ready for work |
avCloseMAINWindow | The main window (web browser) is closing, |
avHandleSearchorCommand | |
MaxiumQuickSearchSize | Maximum search result size for a quick search. Default 200. |
MinimumQuickSearchCharacters | Number of characters required to start a quick search. Default 1 for ideographic languages, otherwise 2. |
MaximumOpenFilterandHandlerPanes | Maximum number of Default 10. Increase with care and testing. |
avCustomManagerId | The Id of your custom Framework manager. |
SharedMessageSetinTabletMode | Whether all messages go to the main form's message bar when in tablet mode. |
Refer to shipped examples UF_OSYSTM and DF_OSYSTM for more details and examples.
In UF_OLOGON
| Method or Property | Description |
|---|---|
CheckUserCredentials | Entry point method to access all IIPs in UF_OLOGON |
ChangePassword | IBM i servers only. Allows you to change an IBM i user profile's password |
ValidatePassword | Apply your own in-house password rules before authorizing the user to use the Framework. |
CheckPasswordExpiry | IBM i servers only. Issue a warning that the logged on password will expire in a certain number of days. |