PSAResourceSchedulingBL.calcCertification Method [AX 2012]
Calculates the total requirements and total matches for certificates.
public container calcCertification(
ProjWorkerRecId _projWorkerRecId,
RefTableId _iRefTableId,
RefRecId _iRefRecId,
DirPartyRecId _person)
Run On
ServerParameters
- _projWorkerRecId
- Type: ProjWorkerRecId Extended Data Type
The record ID of the worker in a project.
- _iRefTableId
- Type: RefTableId Extended Data Type
The table ID that is used to fetch records in the PSATmpActivityProjCertificate table.
- _iRefRecId
- Type: RefRecId Extended Data Type
The record ID that is used to fetch records in the PSATmpActivityProjCertificate table.
- _person
- Type: DirPartyRecId Extended Data Type
The person from the HCMWorker table
Return Value
Type: containerA container that contains the requirements and matches for certificates.
Community Additions
ADD
Show: