Appearance
Copy Role
Copies a role.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| System | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Copy | string | Name of the copy ([Copy]). | yes | ||
| Role | string | Name of the role ([Role]). | yes |
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
COPY ROLE
COPY=[string, Needed]
ROLE=[string, Needed]