PSAResourceSchedulingModifyBase.commitChangeCommitmentType Method [AX 2012]
Transfer soft bookings to hard bookings
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 commitChangeCommitmentType(
ProjId _sProjId,
QuotationId _sQuotationId,
ProjActivityId _sActivityId,
ProjWorkerRecId _projWorkerRecId,
Hours _rProjEffort,
TransDate _dSchedFrom,
TransDate _dSchedTo,
[RecId _workerLERecID])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void commitChangeCommitmentType(
ProjId _sProjId,
QuotationId _sQuotationId,
ProjActivityId _sActivityId,
ProjWorkerRecId _projWorkerRecId,
Hours _rProjEffort,
TransDate _dSchedFrom,
TransDate _dSchedTo,
[RecId _workerLERecID])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void commitChangeCommitmentType(
PSATmpSchedEmplCalendarDetail _tTmpEmplCalendarDetail,
PSASchedCommit _eCommit,
PSASchedCommit _eCommitOrg)
Microsoft Dynamics AX 2012 (FPK)
protected void commitChangeCommitmentType(
PSATmpSchedEmplCalendarDetail _tTmpEmplCalendarDetail,
PSASchedCommit _eCommit,
PSASchedCommit _eCommitOrg)
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 number
- _projWorkerRecId
- Type: ProjWorkerRecId Extended Data Type
The worker's RecID
- _rProjEffort
- Type: Hours Extended Data Type
The project effort
- _dSchedFrom
- Type: TransDate Extended Data Type
The start date of the project/activity
- _dSchedTo
- Type: TransDate Extended Data Type
The end date of the project/activity
- _workerLERecID
- Type: RecId Extended Data Type
The worker's legal entity
Community Additions
ADD
Show:
Note