PSAResourceSchedulingBL.calcEducation Method [AX 2012]

Calculates total requirements and total matches for education.

public container calcEducation(
    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 PSATmpActivityProjEducation table.
_iRefRecId
Type: RefRecId Extended Data Type
The record ID that is used to fetch records in the PSATmpActivityProjEducation table.
_person
Type: DirPartyRecId Extended Data Type
The person from the HCMWorker table

Return Value

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

Community Additions

ADD
Show: