PSAResourceSchedulingModifyBase.commitUnreserveDay Method [AX 2012]
Method used to release reservation that are existing for a specified day for an entity.
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 commitUnreserveDay(
ProjId _sProjId,
QuotationId _sQuotationId,
ProjActivityId _sActivityId,
ProjWorkerRecId _projWorkerRecId,
TransDate _fromDate,
TransDate _toDate,
PSASchedCommit _eCommitOrg,
[RecId _companyRecId])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void commitUnreserveDay(
ProjId _sProjId,
QuotationId _sQuotationId,
ProjActivityId _sActivityId,
ProjWorkerRecId _projWorkerRecId,
TransDate _fromDate,
TransDate _toDate,
PSASchedCommit _eCommitOrg,
[RecId _companyRecId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void commitUnreserveDay(
ProjId _sProjId,
QuotationId _sQuotationId,
ProjActivityId _sActivityId,
ProjWorkerRecId _projWorkerRecId,
TransDate _dTransDate,
PSASchedCommit _eCommitOrg)
Microsoft Dynamics AX 2012 (FPK)
protected void commitUnreserveDay(
ProjId _sProjId,
QuotationId _sQuotationId,
ProjActivityId _sActivityId,
ProjWorkerRecId _projWorkerRecId,
TransDate _dTransDate,
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 id.
- _projWorkerRecId
- Type: ProjWorkerRecId Extended Data Type
Project worker rec id.
- _fromDate
- Type: TransDate Extended Data Type
From date.
- _toDate
- Type: TransDate Extended Data Type
To date.
- _eCommitOrg
- Type: PSASchedCommit Enumeration
Original commit record.
- _companyRecId
- Type: RecId Extended Data Type
Company rec id.
Community Additions
ADD
Show:
Note