Obtains a list with the printers assigned to the indicated user.
1 system.user.getPrinterList
<system.user.getPrinterList code='code'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Acode | string | User code. |
Returns | |
---|---|
Type | Description |
ArrayList-String | List of printers assigned to the user. |
Example
Obtains the list of printers assigned to the user which executes it.
Copy
<xsql-script name='system_user_getPrinterList_sample2'> <body> <println> <system.user.getPrinterList /> </println> </body> </xsql-script>