InterCompanyReqCalcSchedule.runReqCalcInOneCompany Method [AX 2012]

Executes master planning in one company as part of an intercompany master planning run.

protected void runReqCalcInOneCompany(
    DataAreaId _companyId, 
    ReqPlanId _planId, 
    ReqCalcUpdate _reqCalcUpdate, 
    boolean _copyToStaticPlan, 
    boolean _copyToDynamicPlan)

Run On

Called

Parameters

_companyId
Type: DataAreaId Extended Data Type
The company ID in which to execute master planning.
_planId
Type: ReqPlanId Extended Data Type
The master plan ID in which to execute the planning.
_reqCalcUpdate
Type: ReqCalcUpdate Enumeration
The master planning update mode.
_copyToStaticPlan
Type: boolean
_copyToDynamicPlan
Type: boolean

Community Additions

ADD
Show: