PSAResourceSchedulingBL.calcAttributes Method [AX 2012]
Calculates the total requirements and total matches for attributes.
public container calcAttributes(
ProjWorkerRecId _projWorkerRecId,
RefTableId _iRefTableId,
RefRecId _iRefRecId)
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 the records in the PSATmpActivityProjAttribute table.
- _iRefRecId
- Type: RefRecId Extended Data Type
The record ID that is used to fetch the records in the PSATmpActivityProjAttribute table.
Return Value
Type: containerA container that contains the requirements and the matches for the attributes.
Community Additions
ADD
Show: