Appearance
Create Items
Creates multiple items of a dimension.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Item | array of string | Creates items with name, captions and attribute ([Name].[Caption1].[Caption2].[Caption3].[Caption4].[Caption5].[Caption6].[Caption7].[Caption8].[Caption9].[Caption10].[Attribute]), e.g. [1234].[Product 1234].[].[].[].[].[].[].[].[].[].[Size].[L].[Color].[Blue] | yes | ||
| Adjust | boolean | If 'True' protected command chars are replaced: '[' becomes '(', ']' becomes ')' and '=' becomes empty. The default value is 'True'. | no | true | |
| Edit | boolean | If 'True' the captions and attributes of an existing item are changed. The default value is 'True'. | no | true |
Result
No fields
Code
text
CREATE ITEMS
DIMENSION=[string, Needed]
ITEM=[string, Multiple, Needed]
ADJUST=[boolean, default=true]
EDIT=[boolean, default=true]