InterCompanyReqCalcSchedule.runCheckUpdateTypeAllowedForReqCalcUpdt Method [AX 2012]
Checks whether net change can be used in the first and second iteration of an intercompany master planning run.
public boolean runCheckUpdateTypeAllowedForReqCalcUpdt(
NumberOf _numberOfIterations,
ReqIntercompanyPlanningGroupRecId _intercompanyGroup,
[boolean _throwOnError])
Run On
CalledParameters
- _numberOfIterations
- Type: NumberOf Extended Data Type
The NumberOf value that indicates the number of iterations.
- _intercompanyGroup
- Type: ReqIntercompanyPlanningGroupRecId Extended Data Type
A ReqIntercompanyPlanningGroupRecId value that indicates the group for which to check whether net change can be run.
- _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: booleanA 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.
Community Additions
ADD
Show: