Element

You can use element to define the maximum number of characters and the data type for an attribute value. You must assign an element to every attribute. The element must exist before you can define an attribute with that element.

There are two types of element: 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: You can use Attribute, Element Load (MX100) to pre-load Lawson-defined elements along with Lawson-defined attributes .

Lawson-defined attributes have a one-to-one correspondence with Lawson-defined elements. For example, you can associate the company attribute with the company element.

This table shows additional examples of Lawson-defined attributes and corresponding Lawson-defined elements:

Attribute Element Type Size
SALES REP Sales Rep Numeric 4
CR ANALYST Credit Analyst Alpha 4
CREDIT LIMIT Credit Limit Signed 15.0
CREDIT LIMIT DATE Credit Limit Date yyyymmdd 8
CURRENT BAL Current Balance Signed 18.2

You can create user-defined elements within the data type and size restrictions listed above. User-defined elements can be more generic than Lawson-defined elements. You can associate user-defined elements with more than one attribute.

This table shows examples of user-defined attributes and user-defined elements:

Attribute Element Type Size
BROKER Broker Alpha 30
VERTICAL Vertical Market Alpha 20
LAST CALL Last Call Date yyyymmdd 8
GEO DOMAIN Geographic Area Alpha 10

You can also associate a Lawson-defined element with a user-defined attribute. For example, you may use the Major Class element (Lawson-defined, Alpha 4) with the user-defined Vertical attribute.