PSAResourceSchedulingModifyBase.commitReserve Method [AX 2012]
Commit reservation
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
protected void commitReserve(
ProjId _sProjId,
QuotationId _sQuotationId,
ProjActivityId _sActivityId,
ProjWorkerRecId _projWorkerRecId,
Hours _rProjEffort,
PSASchedCommit _eCommit,
TransDate _dSchedFrom,
TransDate _dSchedTo,
[RecId _workerLERecID])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void commitReserve(
ProjId _sProjId,
QuotationId _sQuotationId,
ProjActivityId _sActivityId,
ProjWorkerRecId _projWorkerRecId,
Hours _rProjEffort,
PSASchedCommit _eCommit,
TransDate _dSchedFrom,
TransDate _dSchedTo,
[RecId _workerLERecID])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void commitReserve(
ProjId _sProjId,
QuotationId _sQuotationId,
ProjActivityId _sActivityId,
ProjWorkerRecId _projWorkerRecId,
Hours _rProjEffort,
PSASchedCommit _eCommit,
TransDate _dSchedFrom,
TransDate _dSchedTo)
Microsoft Dynamics AX 2012 (FPK)
protected void commitReserve(
ProjId _sProjId,
QuotationId _sQuotationId,
ProjActivityId _sActivityId,
ProjWorkerRecId _projWorkerRecId,
Hours _rProjEffort,
PSASchedCommit _eCommit,
TransDate _dSchedFrom,
TransDate _dSchedTo)
Run On
ServerParameters
- _sProjId
- Type: ProjId Extended Data Type
Project id.
- _sQuotationId
- Type: QuotationId Extended Data Type
Quotation id.
- _sActivityId
- Type: ProjActivityId Extended Data Type
Activity id.
- _projWorkerRecId
- Type: ProjWorkerRecId Extended Data Type
Project worker rec id.
- _rProjEffort
- Type: Hours Extended Data Type
Project effort.
- _eCommit
- Type: PSASchedCommit Enumeration
Commit record.
- _dSchedFrom
- Type: TransDate Extended Data Type
Scheduled from date.
- _dSchedTo
- Type: TransDate Extended Data Type
Scheduled to date.
- _workerLERecID
- Type: RecId Extended Data Type
Worker legal entity rec id.
Community Additions
ADD
Show:
Note