Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method InventoryPointSelection ( 
 | 
  InventoryPointSelection inventoryPointSelection 
 | 
) id:Method_DialogInventoryPointSelection_InventoryPointSelection 
 | 
{ 
 | 
  #keys: '[413988.0.1233021750]' 
 | 
  Body: 
 | 
  [* 
 | 
    dhInventoryPointSelection.Data( inventoryPointSelection ); 
 | 
     
 | 
    efProductID.Text( dhInventoryPointSelection.Data().ProductID() ); 
 | 
    efInventoryPoint.Text( dhInventoryPointSelection.Data().InventoryPoint() ); 
 | 
     
 | 
    spmp := select( MacroPlan, StockingPoint_MP, tempSPMP, tempSPMP.ID() = inventoryPointSelection.StockpoingPoint() ); 
 | 
    ddlStockingPoint.Data( spmp ); 
 | 
     
 | 
    ApplicationMacroPlanner.ShowFormModal( this ); 
 | 
  *] 
 | 
} 
 |