Quintiq file version 2.0
|
#parent: #root
|
StaticMethod SynchronizationAllMappingBrokerAndAPI (
|
MacroPlan macroPlan,
|
GlobalOTDTable globalOTDTable
|
)
|
{
|
TextBody:
|
[*
|
globalOTDTable.Global_MappingUnitOfMeasure_MP( relflush );
|
globalOTDTable.Global_MappingSalesSegment_MP( relflush );
|
globalOTDTable.Global_MappingStockingPoint_MP( relflush );
|
globalOTDTable.Global_MappingCurrency_MP( relflush );
|
globalOTDTable.Global_MappingCurrencyRate_MP( relflush );
|
globalOTDTable.Global_MappingProduct_MP( relflush );
|
globalOTDTable.Global_MappingConversionFactor( relflush );
|
globalOTDTable.Global_MappingOperation( relflush );
|
globalOTDTable.Global_MappingOperationBOM( relflush );
|
globalOTDTable.Global_MappingLane( relflush );
|
globalOTDTable.Global_MappingLaneLeg( relflush );
|
globalOTDTable.Global_MappingProductInLane( relflush );
|
globalOTDTable.Global_MappingActualProductInStockingPointInPeriod( relflush );
|
globalOTDTable.Global_MappingInventorySupply( relflush );
|
globalOTDTable.Global_MappingStockingPointCost( relflush );
|
globalOTDTable.Global_MappingOperationCost( relflush );
|
globalOTDTable.Global_MappingForecast( relflush );
|
globalOTDTable.Global_MappingCustomOrder( relflush );
|
globalOTDTable.Global_MappingDOI_DSI( relflush );
|
globalOTDTable.Global_MappingCustomerGrade( relflush );
|
// 年度产销预算中间表
|
globalOTDTable.Global_MappingAnnualBudgetData( relflush );
|
|
//globalOTDTable.GlobalOTDTable_UnitOfMeasure_MP().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_SalesSegment_MP().AsyncExecute();
|
//globalOTDTable -> OnException( globalOTDTable -> Global_MappingStockingPoint_MP::CreateByAPI() -> Exception(), globalOTDTable );
|
//globalOTDTable -> OnException( globalOTDTable -> Global_MappingCurrency_MP::CreateByAPI() -> Exception(), globalOTDTable );
|
//globalOTDTable -> OnException( globalOTDTable -> Global_MappingCurrencyRate_MP::CreateByAPI() -> Exception(), globalOTDTable );
|
//globalOTDTable.GlobalOTDTable_Product_MP().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_ConversionFactor().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_Operation().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_OperationBOM().AsyncExecute();
|
//globalOTDTable -> OnException( globalOTDTable -> Global_MappingLane::CreateByAPI() -> Exception(), globalOTDTable );
|
//globalOTDTable -> OnException( globalOTDTable -> Global_MappingLaneLeg::CreateByAPI() -> Exception(), globalOTDTable );
|
//globalOTDTable.GlobalOTDTable_ProductInLane().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_AIPISPIP().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_InventorySupply().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_StockingPointCost().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_OperationCost().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_Forecast().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_CustomOrder().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_DOI_DSI().AsyncExecute();
|
//globalOTDTable.GlobalOTDTable_CustomerGrade().AsyncExecute();
|
// 年度产销预算中间表
|
globalOTDTable.GlobalOTDTable_AnnualBudgetData().AsyncExecute();
|
// 根据Global_MappingOperationBOM刷GlobalOTDTable_AnnualBudgetData的OrgCodeFromBom
|
Global_MappingAnnualBudgetData::SetOrgCodeFromForecast( globalOTDTable );
|
*]
|
}
|