@AU_GetSecuritySession |
PROIV Aurora Help |
This function provides a list of Screen functions in a Route, which are then displayed in the Infobar. If the third party security system being used supports the concept of Function Routes, this function should be overridden to provide the Route Function list. If this functionality is not supported by the third party security system, then this component needs disabling in the Infobar implementation.
I/O |
Variable |
Type |
Length |
Input |
OPERATOR_ID |
A |
32 |
Input |
CODIV_CODE |
A |
3 |
Input |
MultiCoDivEnabled |
A |
1 |
Output |
SESSION_NO |
A |
8 |
The following is an example of the required XML:
<?xml version="1.0"?>
<item>
<title>SCREEN1</title>
<link>001</link>
<publishedDate/>
<description>001 Screen Function 1</description>
</item>
<item>
<title>SCREEN2</title>
<link>002</link>
<publishedDate/>
<description>002 Screen Function 2</description>
</item>
<item>
<title>SCREEN3</title>
<link>003</link>
<publishedDate/>
<description>003 Screen Function 3</description>
</item>
Related Topics:
Topic ID: 810021