Share via


InterCompanyReqCalcSchedule.runCheckUpdateTypeAllowedForReqCalcUpdt Method [AX 2012]

Checks whether net change can be used in the first and second iteration of an intercompany master planning run.

Syntax

public boolean runCheckUpdateTypeAllowedForReqCalcUpdt(
    NumberOf _numberOfIterations, 
    ReqIntercompanyPlanningGroupRecId _intercompanyGroup, 
   [boolean _throwOnError])

Run On

Called

Parameters

  • _throwOnError
    Type: boolean
    Set to true in order to throw an error exception in the Infolog, set to false to post an Infolog warning instead.

Return Value

Type: boolean
A Boolean value that indicates whether a net change can be used both in the first and in the second iteration of an intercompany master planning run.

Remarks

This method also checks for the special case of one iteration.

See Also

Reference

InterCompanyReqCalcSchedule Class