Returns true if the execution user is the administrator user and false if it is not.
1 system.user.isManager
Release 2017.1.2
Tag available since version 2017.1.2.
<system.user.isManager />
Returns | |
---|---|
Type | Description |
boolean | Returns if the user is manager. |
Example
Copy
<xsql-script name='system_user_isManager_sample1'> <body> <println> <system.user.isManager /> </println> </body> </xsql-script>