Element

An element defines the maximum number of characters and the data type for an attribute value. An element must be assigned to every attribute and the element must exist before you can define an attribute that uses that element.

An element can be Lawson-defined or user-defined. You can define these types of elements:

  • Alpha type (up to 32 characters)

  • Numeric type (up to 18 characters)

  • Date type (eight characters)

    Note: Lawson-defined elements are pre-loaded, along with Lawson-defined attributes, using Attribute, Element Load (MX100).
  • Signed numeric (up to 99 characters)

You can have more than one attribute use an element. This table shows an additional example of Lawson-defined attributes and corresponding Lawson-defined elements:

Attribute Element Type Size
Major Sales Class Major Class Alpha 4

You can also create user-defined elements within the data type and size restrictions listed. User-defined elements can be more generic than Lawson-defined elements, and can be associated with more than one attribute. This table shows examples of user-defined attributes and user-defined elements:

Attribute Element Type Size
Color Alpha 10 Alpha 10
Size Numeric 5 Numeric 5

You can also associate a Lawson-defined element with a user-defined attribute. For example, you can use the Item element (Lawson-defined, Alpha15) with the user-defined item attributes.