Skip to main content

Unit

The screen should have the following fields with related validations and rules.

  1. Unit ID - This field is autogenerated. It is a unique ID created by the database everytime a new record is created.- Non Editable
  2. Unit - Text box. Type of unit entered by the user.Alphanumeric with all special characters. MAx length 10 characters.
  3. Unit Type - Drop down selection.Choose from Dollars, weight units, etc. Determines which units will be referenced by the drop down on a particular screen. For example, if the user is entering a quantity, then the system should not show a unit of $.
  4. Description - Text Box. Description of the unit entered by the user. Alphanumeric. Max lenght 500 Characters.
  5. Status - Dropdown selection.Choose from active/inactive.Determines whether or not the units can be referenced on an active record.Units referenced on active records cannot be deactivated. The system will first ask that the link to the active record be removed before allowing status to change
  6. All fields except for Description are mandatory