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.
Checks whether the expense report has any policy violations.
Syntax
client server public static boolean validateProjPolicies(
RecId _trvExpTableRecId,
TrvHcmWorkerRecId _worker,
ProjId _projId)
Run On
Called
Parameters
- _trvExpTableRecId
Type: RecId Extended Data Type
The record ID of the expense report to validate.
- _worker
Type: TrvHcmWorkerRecId Extended Data Type
The record ID of the worker to validate.
- _projId
Type: ProjId Extended Data Type
The project ID to validate.
Return Value
Type: boolean
true if the expense report is valid; otherwise, false.