This page is split into two gridsThe 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 showto add, addedit, and edit all remove the Attributes that can be are associated with the Attribute Type you selected (the attribute type you selected is appended to shown in the page name at the top of the page). From here, users can add new Attributes, edit existing Attributes, assign the Data Type and add Attribute Values (for Attributes with a Data Type of "List). Attribute Values for Attributes with a Data Type of List are added, edited, sequenced, and removed in the right side grid. Attributes 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.
...
Toolbar Icons | Description |
---|
Cancel | Insert excerpt |
---|
| Cancel - List View EditLV |
---|
| Cancel - List View EditLV |
---|
nopanel | true |
---|
|
|
Delete | Insert excerpt |
---|
| Delete - GlobalLV |
---|
| Delete - GlobalLV |
---|
nopanel | true |
---|
|
Delete is only allowed for attributes not assigned values on transactions or master files. |
Edit | Insert excerpt |
---|
| Edit - List View Single LineLV |
---|
| Edit - List View Single LineLV |
---|
nopanel | true |
---|
|
|
Excel | Insert excerpt |
---|
| Excel - Global (old) |
---|
| Excel - Global (old) |
---|
nopanel | true |
---|
|
|
New | Insert excerpt |
---|
| New - Global |
---|
| New - Global |
---|
nopanel | true |
---|
|
|
Save | Insert excerpt |
---|
| Save - Global |
---|
| Save - Global |
---|
nopanel | true |
---|
|
|
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
...
Toolbar Icons | Description |
---|
Cancel | Insert excerpt |
---|
| Cancel - List View EditLV |
---|
| Cancel - List View EditLV |
---|
nopanel | true |
---|
|
|
Delete | Insert excerpt |
---|
| Delete - GlobalLV |
---|
| Delete - GlobalLV |
---|
nopanel | true |
---|
|
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 | Insert excerpt |
---|
| Edit - List View Single LineLV |
---|
| Edit - List View Single LineLV |
---|
nopanel | true |
---|
|
|
Excel | Insert excerpt |
---|
| Excel - Global (old) |
---|
| Excel - Global (old) |
---|
nopanel | true |
---|
|
|
New | Insert excerpt |
---|
| New - Global |
---|
| New - Global |
---|
nopanel | true |
---|
|
|
Save | Insert excerpt |
---|
| Save - Global |
---|
| Save - Global |
---|
nopanel | true |
---|
|
|
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. |
...