SalesAgreementHeaderExt_RU.validateField Method
Handles the event that is caused when a field is validated for a SalesAgreementHeaderExt_RU record.
Syntax
public boolean validateField(FieldId _fieldIdToCheck)
Run On
Called
Parameters
- _fieldIdToCheck
Type: FieldId Extended Data Type
A validated field ID.
Return Value
Type: boolean
true if the field has valid information and can be modified; otherwise, false.
Remarks
Call the super method to invoke the parent method.