PSAResourceScheduling_Modify.commit Method [AX 2012]

Commit scheduling record.

public void commit(
    PSASchedCommit _eCommit, 
    PSASchedCommit _eCommitOrg, 
    PSATmpSchedEmplResource _tEmplResource, 
    PSATmpSchedProjActivity _tProjActivity, 
    TransDate _dCalendarDate, 
    int _iReleaseValue, 
    int _iTransferValue)

Run On

Server

Parameters

_eCommit
Type: PSASchedCommit Enumeration
Schedule commit record.
_eCommitOrg
Type: PSASchedCommit Enumeration
Original schedule commit record.
_tEmplResource
Type: PSATmpSchedEmplResource Table
Employee resource record.
_tProjActivity
Type: PSATmpSchedProjActivity Table
Project activity.
_dCalendarDate
Type: TransDate Extended Data Type
Calendar date.
_iReleaseValue
Type: int
Release value.
_iTransferValue
Type: int
Transfer value.

Community Additions

ADD
Show: