Quintiq file version 2.0
|
#parent: #root
|
StaticMethod CreateSanityCheckGroups (
|
MacroPlan macroplan
|
)
|
{
|
Description: 'Create sanity check group for the violation of stocking point capacity constraint'
|
TextBody:
|
[*
|
// desmondt Jul-13-2015 (created)
|
|
SanityCheckGroupStockingPointCapacity::Create( macroplan,
|
SanityCheckGroupStockingPointCapacity::GetGroup(),
|
Translations::MP_SanityCheckGroupType_Planning(),
|
SanityCheckGroup::GetSupplyChainPlanningView(),
|
SanityCheckGroup::GetWebSupplyChainPlanningView() );
|
*]
|
}
|