Share via


ReqPlanData.insertReqLog Method [AX 2012]

Inserts a record into the master planning log table.

Syntax

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.

See Also

Reference

ReqPlanData Class