HRPLimitRequest::getApprovedLimitRecId Method
Validates that the limit request is approved.
Syntax
client server public static RecId getApprovedLimitRecId(
RecId _posID,
RecId _workerID,
RecId _docType,
HRPLimitType _limitType)
Run On
Called
Parameters
- _posID
Type: RecId Extended Data Type
The record ID of a record in the HcmPosition table.
- _workerID
Type: RecId Extended Data Type
The record ID of a record in the HcmWorker table.
- _docType
Type: RecId Extended Data Type
The record ID of a record in the HRPLimitDocument table.
- _limitType
Type: HRPLimitType Enumeration
A value that indicates the limit type.
Return Value
Type: RecId Extended Data Type
The record ID of a record in the HRPApprovedLimit table.