Edit Attribute
About these pages
This page will be used to edit the information about the selected attribute.
If the user presses the
Save
button: The form is submitted. The scripts do a validation check, e.g. it checks to see if all the required fields have been filled in. If the data is valid, then the script calls the appropriate stored procedure to update the merchant database with the new values. We then go back to the previous page.
If the user presses the
Cancel
button: We simply go to the previous page.
Attribute Name
EM_Attribute.Name.
Attribute Values
Khaki
Black
Light Blue
Dark Blue
The items in the selection box correspond to all the values that the selected attribute currently has. These may be obtained by running an appropriate query on the ES_AttributeValue table and getting a rowset containing EM_Attribute.Value.Value.
Edit
the attribute Value selected in the selection box above.
Add
(create) a new attribute value for the given attribute.
Delete the attribute Value selected in the selection box above.
Move the value up in the value list for the given attribute. In other words modify the EM_Attribute.DisplayOrder parameters for the Values for the given attribute. This should involve a redisplay of the above list, i.e. this may involve a page redisplay...
Move the value down in the value list for the given attribute. In other words modify the EM_Attribute.DisplayOrder parameters for the Values for the given attribute. This should involve a redisplay of the above list, i.e. this may involve a page redisplay...