Appearance
Edit Role
Edits a role.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Role | string | Name of the role ([Role]). | yes | ||
| Admin | boolean | If 'True' the role has admin permissions. An admin role has also automatic 'Designer' permissions. The default value is 'False'. | no | false | |
| Designer | boolean | If 'True' the role has designer permissions. It is able to design reports, but has no special database permissions. The default value is 'False'. | no | false | |
| Import | boolean | If 'True' the role has the permission to import data ('Import Dimension', 'Import Table'...), independent of database permissions. The default value is 'False'. | no | false | |
| Worksheet | string | Name/path of the start worksheet after logon. | no |
Result
| Name | Type | Description |
|---|---|---|
| Role | string | Name of the role. |
| Admin | boolean | If 'True' the role has admin permissions. |
| Designer | boolean | If 'True' the role has designer permissions. |
| Import | boolean | If 'True' the role has import permissions. |
| Worksheet | string | Start worksheet of the role. |
Code
text
EDIT ROLE
ROLE=[string, Needed]
ADMIN=[boolean, default=false]
DESIGNER=[boolean, default=false]
IMPORT=[boolean, default=false]
WORKSHEET=[string]