Appearance
Show Item Attributes
Shows the attributes of a dimension item.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Attribute | array of string | Name of the attribute ([Attribute]), e.g. [Color] | no | ||
| MaxRecords | integer | Maximum number of records to be returned. The default value is 500000. | no | 500000 |
Result
| Name | Type | Description |
|---|---|---|
| Attribute | string | Name of the attribute. |
| Value | string | Value of the attribute. |
Code
text
SHOW ITEM ATTRIBUTES
DIMENSION=[string, Needed]
ATTRIBUTE=[string, Multiple]
MAXRECORDS=[integer, default=500000]