Skip to content

Show Roles

Shows the roles.

Permissions

Command KindNeeded User Kind
ReadAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
FindstringValue to search for in name and captions.no
MaxRecordsintegerMaximum number of records to be returned. The default value is 500000.no500000
SortstringSorts the output by name or caption ([Field].[Caption1]). The field can be [Role]/[Name], [Caption1], [Caption2], [Caption3], [Caption4], [Caption5], [Caption6], [Caption7], [Caption8], [Caption9], [Caption10]. Sort can be Ascending (Asc) or Descending (Desc), e.g. [Caption1].[Ascending]no

Result

NameTypeDescription
RolestringName of the role.
AdminbooleanIf 'True' the role has admin permissions.
DesignerbooleanIf 'True' the role has designer permissions.
ImportbooleanIf 'True' the role has import permissions.
WorksheetstringStart worksheet of the role.

Code

text
SHOW ROLES
FIND=[string]
MAXRECORDS=[integer, default=500000]
SORT=[string]