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 IconsDescription
Cancel

Cancels the current unsaved changes and returns the view from Edit mode to Read only mode. This toolbar icon is only displayed when the view is in edit mode.

Delete

Deletes the selected record(s). When clicked, users will be prompted with: "Are you sure you want to delete the selected records?". Click "OK" to confirm, or "Cancel" to return without deleting. 

WARNING: Records cannot be recovered once they are deleted!

Delete is only allowed for attributes not assigned values on transactions or master files.

EditOpens the selected record for editing. If a record is not selected, the page will not open.
Excel Clicking the Excel toolbar icon exports the current contents of the grid to an Excel file that is automatically downloaded. The contents that export are only those currently visible. If the grid is filtered, only the filtered contents will be exported. 
NewOpens a new blank record for data entry.
SaveSaves all changes.
FieldsDescription
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.

SortA 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 IconsDescription
Cancel

Cancels the current unsaved changes and returns the view from Edit mode to Read only mode. This toolbar icon is only displayed when the view is in edit mode.

Delete

Deletes the selected record(s). When clicked, users will be prompted with: "Are you sure you want to delete the selected records?". Click "OK" to confirm, or "Cancel" to return without deleting. 

WARNING: Records cannot be recovered once they are deleted!

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.

EditOpens the selected record for editing. If a record is not selected, the page will not open.
Excel Clicking the Excel toolbar icon exports the current contents of the grid to an Excel file that is automatically downloaded. The contents that export are only those currently visible. If the grid is filtered, only the filtered contents will be exported. 
NewOpens a new blank record for data entry.
SaveSaves all changes.
FieldsDescription
SortA 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. 
ValueA 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.

Related Topics



 Page Definitions

Page Definitions


 Technical Details

Technical Details