PdsMRCValidityIntervalByCountry.validateField Method
Validates the new value of the field that has the specified field ID, and returns false if the MSDSAdviseInterval value is more than the MSDSInterval value.
Syntax
public boolean validateField(FieldId _fieldIdToCheck)
Run On
Called
Parameters
- _fieldIdToCheck
Type: FieldId Extended Data Type
The field to validate.
Return Value
Type: boolean
The result of the validation check.
Remarks
public boolean validateField(fieldId )
Examples
boolean ret = MrcValidityIntervalByCountry.validateField();