AttributeDictionaryAttributeAllowedValues

Use the AttributeDictionaryAttributeAllowedValues keyword to load attribute dictionary attributes allowed values (in other languages).

Previously, you could load this data only in CSV formatted files. You can now load information in a CSV or XML formatted input file. Your input file must contain CSV column or XML element names and definitions that specify the characteristics of the business object type you are loading into your database.

If you are loading attributes in a different language for the first time, you must log out of the Management Center. You then must log on again to see the attributes. Your store must support the language. The load file columns specify the characteristics of the attribute dictionary attribute allowed values, such as display sequence and descriptions.

CSV column and XML element definitions

Identifier
(String) The unique reference name for identifying the attribute. Either this field or the AttributeUniqueId is required.
AttributeUniqueId
(Integer) The unique reference number of the attribute. Either this field or the Identifier is required.
Language
(Integer) The language identifier for language-specific fields. For example:
  • -1 for English
  • -2 for French.
The Language column is renamed to LanguageId. You must specify only one language identifier; use LanguageId instead of Language as the language identifier.
(Integer) The language ID for language-specific fields (Name, ShortDescription, LongDescription, AuxDescription1, AuxDescription2, Thumbnail, FullImage, Published, and Keyword). For instance:
  • -1 for English
  • -2 for French.
LanguageId
(Integer) The language identifier for language-specific fields. For example:
  • -1 for English
  • -2 for French.
The Language column is renamed to LanguageId. You must specify only one language identifier; use LanguageId instead of Language as the language identifier.
(Integer) The language ID for language-specific fields (Name, ShortDescription, LongDescription, AuxDescription1, AuxDescription2, Thumbnail, FullImage, Published, and Keyword). For instance:
  • -1 for English
  • -2 for French.
ValueIdentifier
(String) The attribute value identifier.
Sequence
(Decimal) A number that is used to control the order in which attribute values display for an attribute dictionary attribute. Attribute values display in ascending order. The default value is 0.
Value
(String) The language-specific value of the attribute. Attribute values are based on the data type such as text, number, or decimal.
ValueUsage
(Integer) The attribute value usage:
1
Predefined allowed value
NULL
Assigned attribute value
AttributeValueField1
(Integer) A custom field for attribute information.
Loads data into the following database column: ATTRVAL.FIELD1
AttributeValueField2
(Integer) A custom field for attribute information.
Loads data into the following database column: ATTRVAL.FIELD1
AttributeValueField3
(String) A custom field for attribute information.
Loads data into the following database column: ATTRVAL.FIELD1
Image1
(String) The language-specific full image path of the attribute value. For example, images/G1.jpg.
Image2
(String) The language-specific full image path of the attribute value. For example, images/G1.jpg.
Field1
(Integer)A custom field for attribute information.
Loads data into the following database column: ATTRVALDESC.FIELD1
Field2
(String)A custom field for attribute information.
Loads data into the following database column: ATTRVALDESC.FIELD2
Field3
(String)A custom field for attribute information.
Loads data into the following database column: ATTRVALDESC.FIELD3
UnitOfMeasure
(String) The units in which this attribute is measured.
Loads data into the following database column: ATTRVALDESC.QTYUNIT_ID.
Delete
(String) A flag that indicates whether to delete. Specify 1 to delete the row.