WorkPeriodTemplateLine.validateFieldValue Method
Validates a field in a form or Web form when super is called.
Syntax
public boolean validateFieldValue(FieldName _fieldName, [int _arrayIndex])
Run On
Called
Parameters
- _fieldName
Type: FieldName Extended Data Type
A string value that contains the field name.
- _arrayIndex
Type: int
An integer that contains the array index, applies only if the field has array elements.
Return Value
Type: boolean
true if validation succeeded; otherwise false.
Remarks
System defined method provided as an event to apply logic before and after a field is modified.