Appearance
Show Items
Show the items of a dimension.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Find | string | Value to search for in name and captions. | no | ||
| MaxRecords | integer | Maximum number of records to be returned. The default value is 500000. | no | 500000 | |
| Sort | string | Sorts the output by name or caption ([Field].[Caption1]). The field can be [Item]/[Name], [Caption1], [Caption2], [Caption3], [Caption4], [Caption5], [Caption6], [Caption7], [Caption8], [Caption9], [Caption10]. Sort can be Ascending (Asc) or Descending (Desc), e.g. [Caption1].[Ascending] | no | ||
| StartRecord | integer | Record number where the output should start. The default value is '0', which means no start record. This is useful when a large number of records should be shown in multiple parts. | no | 0 |
Result
| Name | Type | Description |
|---|---|---|
| Item | string | Name of the dimension item. |
| Caption1 | string | Caption 1 |
| Caption2 | string | Caption 2 |
| Caption3 | string | Caption 3 |
| Caption4 | string | Caption 4 |
| Caption5 | string | Caption 5 |
| Caption6 | string | Caption 6 |
| Caption7 | string | Caption 7 |
| Caption8 | string | Caption 8 |
| Caption9 | string | Caption 9 |
| Caption10 | string | Caption 10 |
| Attributes | string | List of the attributes of the dimension item. |
Code
text
SHOW ITEMS
DIMENSION=[string, Needed]
FIND=[string]
MAXRECORDS=[integer, default=500000]
SORT=[string]
STARTRECORD=[integer, default=0]