Methode which obtains the user that is using the printer.

1 system.printer.getUser

<system.printer.getUser
    grpcode='grpcode'
    prtcode='prtcode'
/>
Example

Obtains the user that is using the printer.

Copy
<xsql-script name='system_printer_getUser'>
    <body>
        <println>
            <system.printer.getUser grpcode='deister' prtcode="epson-82-color" />
        </println>
    </body>
</xsql-script>