Skip to content

Create Items

Creates multiple items of a dimension.

Permissions

Command KindNeeded User Kind
WriteAll

Parameters

NameTypeDescriptionRequiredDefaultValues
DimensionstringName of the dimension ([Dimension]).yes
Itemarray of stringCreates 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
AdjustbooleanIf 'True' protected command chars are replaced: '[' becomes '(', ']' becomes ')' and '=' becomes empty. The default value is 'True'.notrue
EditbooleanIf 'True' the captions and attributes of an existing item are changed. The default value is 'True'.notrue

Result

No fields

Code

text
CREATE ITEMS
DIMENSION=[string, Needed]
ITEM=[string, Multiple, Needed]
ADJUST=[boolean, default=true]
EDIT=[boolean, default=true]