TK_AU_GetResumableSessions

   PROIV Aurora Help

Returns an XML report of any open PROIV Sessions that the user can resume

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

 

The following is an example of the required XML:

<?xml version="1.0"?>

<Sessions>

    <Session>

        <SessionNumber>00000315</SessionNumber>

        <TaskId>TestRoute</TaskId>

        <TaskSeq>001</TaskSeq>

        <TaskDescription>Test  Route</TaskDescription>

    </Session>

    <Session>

        <SessionNumber>00000316</SessionNumber>

        <TaskId>TAB_SCREEN_02</TaskId>

        <TaskSeq>000</TaskSeq>

        <TaskDescription>Tab Screen example 02</TaskDescription>

    </Session>

</Sessions>

This Task calls the Start function @AU_GetResumableSessions 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: 810052