PSAResourceSchedulingBL.initEmplCapacity Method [AX 2012]
This method is used to populate PSATmpSchedEmplCapacity temporary table.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public void initEmplCapacity(
ProjWorkerRecId _projWorkerRecId,
TransDate _fromDate,
TransDate _toDate,
CalendarId _sCalendarId,
[RecId companyRecId])
Microsoft Dynamics AX 2012 R2 (SYS)
public void initEmplCapacity(
ProjWorkerRecId _projWorkerRecId,
TransDate _fromDate,
TransDate _toDate,
CalendarId _sCalendarId,
[RecId companyRecId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void initEmplCapacity(
ProjWorkerRecId _projWorkerRecId,
TransDate dTrans,
CalendarId _sCalendarId)
Microsoft Dynamics AX 2012 (FPK)
public void initEmplCapacity(
ProjWorkerRecId _projWorkerRecId,
TransDate dTrans,
CalendarId _sCalendarId)
Run On
ServerParameters
- _projWorkerRecId
- Type: ProjWorkerRecId Extended Data Type
The RecId of the worker in a project.
- _fromDate
- Type: TransDate Extended Data Type
The transaction from date of the Project/Activity.
- _toDate
- Type: TransDate Extended Data Type
The transaction to date of the Project/Activity.
- _sCalendarId
- Type: CalendarId Extended Data Type
The Calendar ID from WorkCalendarEmployment table
- companyRecId
- Type: RecId Extended Data Type
Worker's legal entity RecId
Community Additions
ADD
Show:
Note