TmpMCRUpSellOrderEntry.validateField Method
Determines whether the _fieldIdToCheckfield is valid.
Syntax
public boolean validateField(FieldId _fieldIdToCheck)
Run On
Called
Parameters
- _fieldIdToCheck
Type: FieldId Extended Data Type
The FieldID of the field to validate.
Return Value
Type: boolean
true if the field is valid; otherwise, false.
Remarks
For size, color, and configuration Insure that they exist by calling checkExist methods of tables, and if they are active for the item and no value is given then an error occurred.
For sales quantity do not allow values less than or equal to zero.