HcmEmploymentLeave.validateWrite Method
Validates that writing to the HcmEmploymentLeave table is possible.
Syntax
public boolean validateWrite()
Run On
Called
Return Value
Type: boolean
true if the writing is possible; otherwise, false.
Remarks
Possible errors:
The HRMVirtualNetworkTableReplicate::validateWrite method must be true.
The end date must be after the start date.
The fnished date cannot be earlier than the start date.