PSAResourceSchedulingBL.insertReservations Method [AX 2012]
Inserts reservation of the worker for the project, quotation or activity.
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 insertReservations(
ProjWorkerRecId _projWorkerRecId,
TransDate dTrans,
[RecId companyRecId])
Microsoft Dynamics AX 2012 R2 (SYS)
public void insertReservations(
ProjWorkerRecId _projWorkerRecId,
TransDate dTrans,
[RecId companyRecId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void insertReservations(ProjWorkerRecId _projWorkerRecId, TransDate dTrans)
Microsoft Dynamics AX 2012 (FPK)
public void insertReservations(ProjWorkerRecId _projWorkerRecId, TransDate dTrans)
Run On
ServerParameters
- _projWorkerRecId
- Type: ProjWorkerRecId Extended Data Type
The record ID of the worker in a project.
- dTrans
- Type: TransDate Extended Data Type
The transaction date in employee reservations table.
- companyRecId
- Type: RecId Extended Data Type
Community Additions
ADD
Show:
Note