Add / Edit Attributes List View
The purpose of the Add /Edit Attributes page is to add/edit Attributes (Brand, Color, Size, etc) and assign the data types to them. For Attributes with a data type of "List", users can also manage the allowable values that can be assigned. The left side grid is used to add, edit, and remove the Attributes that are associated with the Attribute Type you selected (the attribute type you selected is shown in the page name at the top of the page). The right side grid is used to add, edit, sequence, and removed Attribute Values associated with the Attribute selected in the left side grid. Attributes are used to support transactions and other master files.
Software Version: 2019.09.03 and newer
Add / Edit Attributes
This is the grid on the left side of the page
Toolbar Icons | Description |
|---|---|
Cancel | |
Delete | Delete is only allowed for attributes not assigned values on transactions or master files. |
Edit | |
Excel | |
New | |
Save | |
Fields | Description |
Attribute | A text box to identify the name of the Attribute. This is always required, must be unique across all Attribute Types, and must be <= 25 characters. Linked Database Field: ERPx_MFAttribute.Attribute. |
Sort | A label to show the sequence that you prioritize the attribute. This is a counter that starts at 1 and increments each new row by 1. This is always visible and is editable only by dragging and dropping the Attributes in the sequence you wish for them to be in. Linked Database Field: ERPx_MFAttribute.Sort. |
Data Type | A single-select standard lookup to assign the Data Type for the Attribute. For new Attributes, this defaults to 'Text' and can be changed to either List, Date, or DateTime. This field is always required and cannot be set to a blank value. Linked Database Field: ERPx_MFAttribute.AttributeDataTypeEN. This lookup contains all the values in the AttributeDataType Enumeration Class. |
Add / Edit Attribute Values
This is the grid on the left side of the page
Toolbar Icons | Description |
|---|---|
Cancel | |
Delete | Deleting Attribute Values is always allowed, even if the value is assigned to a transaction or master file. If an Attribute Value is assigned, it will first be removed from everywhere it is assigned, and then the Attribute Value will be deleted. |
Edit | |
Excel | |
New | |
Save | |
Fields | Description |
Sort | A label to show the sequence that you prioritize the Attribute Value. This is a counter that starts at 1 and increments each new row by 1. This is always visible and is editable only by dragging and dropping the Attribute Values in the sequence you wish for them to be in. Linked Database Field: ERPx_MFAttributeValue.Sort. |
Value | A text box to identify the name of the Attribute Value. This is always required, must be unique across all Attributes, and must be <= 200 characters. Linked Database Field: ERPx_MFAttributeValue.AttributeValue. |