TK_AU_GetOperatorIdentity

   PROIV Aurora Help

Returns information about the logged in user, required by PROIV Aurora.

I/O

Variable

Type

Length

Notes

Input

coDiv

A

3

If the Aurora URL is Company/Division code specific, then the coDiv contains its value, otherwise for multi-Co/Div logons, the value is null.

Input

operatorId

A

32

 

Output

salutation

A

6

 

Output

lang

A

2

 

Output

profileId

A

32

 

Output

profileDesc

A

30

 

Output

startMenuId

A

32

 

Output

status

A

2

 

Output

firstName

A

20

 

Output

middleName

A

20

 

Output

lastName

A

20

 

Output

defaultCoDiv

A

3

defaultCoDiv must be returned with a default company/division code for the operator. For single-Co/Div operators, this will match the value in the coDiv input parameter.

For a valid operatorId, status returns 0, otherwise it returns -1.

This Task calls the Start function @AU_GetOperatorIdentity by default. When implementing a third party security and menu system, it is recommended that you implement this specific function name instead of altering the Task Definition to call an alternative Start function. You can import an empty version of the function from the aurora_core_replaceables.vpx file and then edit as appropriate. However, if you change the Start function on the Task Definition to call an alternative function name, the definition must be changed at system upgrade with a new version from the aurora_core_replaceables.vpx file.

 


 

Comment on this topic

Topic ID: 810049