Replaceable Global Functions Overview |
PROIV Aurora Help |
When you install Aurora, you can decide to install the PROIV Aurora Security and Menu Framework or alternatively you can decide to implement your own security and menu framework. To facilitate this, runtime versions of the certain PROIV Functions are included as part of the installation. They can be replaced with alternatives containing your own code.
If a 3rd party Security and Menu Framework is required instead then the following functions must be implemented:
Function Name |
Type |
Description |
PROIV Security and Menu Functions |
|
|
@AU_RecordOperatorLogon |
Global Update |
Records the operator logon details from Aurora. |
@AU_GetSecuritySession |
Global Update |
Gets a new Security Session |
@AU_PS_Route_Init |
Global Update |
Initialises Routes and variables for an Aurora Session. |
@AU_AddToActivityHistoryStub |
Global Update |
Adds functions or Routes to history. |
Security Profile Functions |
|
|
@AU_SecurityProfilesCBSEL |
Global Screen |
Security Profiles combo box list. |
@AU_SecurityProfilesLBSEL |
Global Screen |
Security Profiles list box Global SEL |
@AU_ValidateSecurityProfile |
Global Update |
Validates Security Profile input |
Infobar Screen List |
|
|
@AU_GetTaskListRSS |
Global Report |
Infobar Screen function list RSS feed. |
Mapped Tasks |
|
|
@AU_Edit_Favourites |
Global Screen |
Determines the screen that appears when you click on the Maintain Favourites option. The enables the addition, deletion or amendment of entries in the Favourites list. |
PROIV Developer prevents the creation of new functions with a prefix of ‘@’ because the names are reserved for the supplied PROIV Functions. Therefore, empty versions of these functions are provided in the aurora_core_replaceables.vpx file, which can be imported and edited in PROIV Developer as required.
After changing any of the replaceable tasks or functions, it is recommended that you export them to a back-up.vpx file. This is to protect against accidentally overwriting them in the future by re-importing the empty versions of the functions, or by installing the PROIV Security and Menus Framework as part of an upgrade.
Section Links
Customisable Tasks and Functions
PROIV Security and Menu Functions Overview
Security Profile Functions Overview
PROIV Aurora Layout Housekeeping Functions Overview
Topic ID: 810040