PSAResourceSchedulingBL.setSkills Method [AX 2012]

Calculates skill fit of the worker for the project.

public container setSkills(
    ProjWorkerRecId _projWorkerRecId, 
    PSATmpActivityProjReqImportance _tReqImportance, 
    ProjId _sProjId, 
    QuotationId _sQuotationId, 
    ProjActivityId _sActivityId)

Run On

Server

Parameters

_projWorkerRecId
Type: ProjWorkerRecId Extended Data Type
The record ID of the worker in a project.
_tReqImportance
Type: PSATmpActivityProjReqImportance Table
The importance level of project requirements.
_sProjId
Type: ProjId Extended Data Type
The project ID of the project.
_sQuotationId
Type: QuotationId Extended Data Type
The quotation ID of the project quotation.
_sActivityId
Type: ProjActivityId Extended Data Type
The activity ID of the activity in the project.

Return Value

Type: container
A container that contains skill set of a worker.

Community Additions

ADD
Show: