PSAMgrResourceScheduling_Modify.commit Method [AX 2012]

Updates the commitment of an employee.

public void commit(
    PSASchedCommit _eCommit, 
    PSASchedCommit _eCommitOrg, 
    PSATmpSchedMgrEmplResource _tPSATmpSchedMgrEmplResource, 
    PSATmpSchedMgrProjActivity _tPSATmpSchedMgrProjActivity, 
    TransDate _dCalendarDate, 
    int _iReleaseValue, 
    int _iTransferValue)

Run On

Server

Parameters

_eCommit
Type: PSASchedCommit Enumeration
The commitment type of an employee.
_eCommitOrg
Type: PSASchedCommit Enumeration
The original commitment type of the employee.
_tPSATmpSchedMgrEmplResource
Type: PSATmpSchedMgrEmplResource Table
The scheduled resources in a project.
_tPSATmpSchedMgrProjActivity
Type: PSATmpSchedMgrProjActivity Table
The scheduled activities in a project.
_dCalendarDate
Type: TransDate Extended Data Type
The transaction date assigning a resource to a commitment.
_iReleaseValue
Type: int
An integer value that is based on whether a resource is released.
_iTransferValue
Type: int
An integer value that is based on whether a resource is transferred to a new project or not is known.

Community Additions

ADD
Show: