Returns an XML report of printers available to the specified operator.

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.

Otherwise for multi-Co/Div Aurora environments, the coDiv parameter is either the selected value for the menu that is launching the session, or it is the value that is saved against the option in the Favourites/History list. The multiCoDivEnabled parameter contains ‘Y’.

Input

operatorId

A

32

 

Input

multiCoDivEnabled

A

1

 

The following is an example of the required XML:

<?xml version="1.0"?>

<OutputDevices>

    <OutputDevice>

        <DeviceCode>Client LP1</DeviceCode>

        <DeviceIsDefault>Y</DeviceIsDefault>

    </OutputDevice>

    <OutputDevice>

        <DeviceCode>Print to Screen</DeviceCode>

        <DeviceIsDefault/>

    </OutputDevice>

    <OutputDevice>

        <DeviceCode>System Default</DeviceCode>

        <DeviceIsDefault/>

    </OutputDevice>

</OutputDevices>

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