ReqPlanData.insertReqLog Method [AX 2012]

Inserts a record into the master planning log table.

public void insertReqLog(
    boolean _cancelled, 
    boolean _errors, 
    boolean _isCompleteUpdate, 
    ReqNumOfChanges _numOfChanges, 
    ReqProcessId _processId, 
    ReqComment _comment)

Run On

Called

Parameters

_cancelled
Type: boolean
A Boolean value that indicates whether the master planning has been canceled.
_errors
Type: boolean
A Boolean value that indicates whether an error has been encountered when an item is being processed or a general error has been encountered.
_isCompleteUpdate
Type: boolean
A Boolean value that indicates whether master planning is being run with regeneration for all items.
_numOfChanges
Type: ReqNumOfChanges Extended Data Type
The number of items handled by master planning.
_processId
Type: ReqProcessId Extended Data Type
The ID of the master planning run.
_comment
Type: ReqComment Extended Data Type
A comment that is saved in the log entry.

Community Additions

ADD
Show: