Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates if the record field (or the alternate field, if specified) is not empty.
Syntax
protected boolean validateFieldMandatory(
Common _record,
FieldId _fieldId,
[FieldId _altFieldId])
Run On
Called
Parameters
- _record
Type: Common Table
The current record to be validated.
- _fieldId
Type: FieldId Extended Data Type
The ID of the field on the current record.
- _altFieldId
Type: FieldId Extended Data Type
The ID of the alternate field on the current record.
Return Value
Type: boolean
true, if one of the fields specified by _fieldId or _altFieldId are not empty; otherwise false.