PSAResourceSchedulingBL.calcSkills Method [AX 2012]

Calculates the total requirements and total matches for skills.

public container calcSkills(
    ProjWorkerRecId _projWorkerRecId, 
    RefTableId _iRefTableId, 
    RefRecId _iRefRecId, 
    DirPartyRecId _person)

Run On

Server

Parameters

_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 PSATmpActivityProjSkill table.
_iRefRecId
Type: RefRecId Extended Data Type
The record ID that is used to fetch records in the PSATmpActivityProjSkill table.
_person
Type: DirPartyRecId Extended Data Type
Person from the HCMWorker table

Return Value

Type: container
A container that contains the requirements and matches for certificates.

Community Additions

ADD
Show: