InterCompanyReqCalcSchedule.checkUpdateTypeAllowed Method [AX 2012]
Checks whether net change is used in the first iteration of an intercompany master planning run.
public boolean checkUpdateTypeAllowed(
ReqIntercompanyPlanningGroupRecId _intercompanyGroup,
ReqCalcUpdate _reqCalcUpdate,
[boolean _throwOnError])
Run On
CalledParameters
- _intercompanyGroup
- Type: ReqIntercompanyPlanningGroupRecId Extended Data Type
A ReqIntercompanyPlanningGroupRecId value that indicates the group for which to check whether a net change is run.
- _reqCalcUpdate
- Type: ReqCalcUpdate Enumeration
A ReqCalcUpdate enumeration value that indicates for which update type the check is performed.
- _throwOnError
- Type: boolean
A Boolean value that indicates whether to throw an error exception in the infolog or post and infolog warning.
Return Value
Type: booleanA Boolean that indicates whether net change is used in the first iteration of an intercompany master planning run.
Community Additions
ADD
Show: