PSAResourceSchedulingModifyBase.commitbase Method [AX 2012]
Commit base method.
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 commitbase(
PSASchedCommit _eCommit,
PSASchedCommit _eCommitOrg,
int _iReleaseValue,
int _iTransferValue,
ProjId sProjId,
QuotationId sQuotationId,
ProjActivityId sActivityId,
Hours rProjEffort,
TransDate dTransDate,
TransDate dSchedFrom,
TransDate dSchedTo,
ProjWorkerRecId projWorkerRecId,
[RecId companyRecId])
Microsoft Dynamics AX 2012 R2 (SYS)
public void commitbase(
PSASchedCommit _eCommit,
PSASchedCommit _eCommitOrg,
int _iReleaseValue,
int _iTransferValue,
ProjId sProjId,
QuotationId sQuotationId,
ProjActivityId sActivityId,
Hours rProjEffort,
TransDate dTransDate,
TransDate dSchedFrom,
TransDate dSchedTo,
ProjWorkerRecId projWorkerRecId,
[RecId companyRecId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void commitbase(
PSASchedCommit _eCommit,
PSASchedCommit _eCommitOrg,
int _iReleaseValue,
int _iTransferValue,
ProjId sProjId,
QuotationId sQuotationId,
ProjActivityId sActivityId,
Hours rProjEffort,
TransDate dTransDate,
TransDate dSchedFrom,
TransDate dSchedTo,
ProjWorkerRecId projWorkerRecId)
Microsoft Dynamics AX 2012 (FPK)
public void commitbase(
PSASchedCommit _eCommit,
PSASchedCommit _eCommitOrg,
int _iReleaseValue,
int _iTransferValue,
ProjId sProjId,
QuotationId sQuotationId,
ProjActivityId sActivityId,
Hours rProjEffort,
TransDate dTransDate,
TransDate dSchedFrom,
TransDate dSchedTo,
ProjWorkerRecId projWorkerRecId)
Run On
ServerParameters
- _eCommit
- Type: PSASchedCommit Enumeration
Commit record.
- _eCommitOrg
- Type: PSASchedCommit Enumeration
Original commit record.
- _iReleaseValue
- Type: int
Release value.
- _iTransferValue
- Type: int
Transfer value.
- sProjId
- Type: ProjId Extended Data Type
Project id.
- sQuotationId
- Type: QuotationId Extended Data Type
Quotation id.
- sActivityId
- Type: ProjActivityId Extended Data Type
Activity id.
- rProjEffort
- Type: Hours Extended Data Type
Project effort.
- dTransDate
- Type: TransDate Extended Data Type
Transaction date.
- dSchedFrom
- Type: TransDate Extended Data Type
Scheduled from date.
- dSchedTo
- Type: TransDate Extended Data Type
Scheduled to date.
- projWorkerRecId
- Type: ProjWorkerRecId Extended Data Type
Project worker rec id
- companyRecId
- Type: RecId Extended Data Type
Company rec id.
Community Additions
ADD
Show:
Note