Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method ImportInventorySpecifications ( 
 | 
  owning BinaryData inventoryspecification 
 | 
) 
 | 
{ 
 | 
  Description: 'import inventory specifications to model' 
 | 
  TextBody: 
 | 
  [* 
 | 
    // desmondt May-20-2014 (created) 
 | 
     
 | 
    // Inventory specifications 
 | 
     
 | 
    this.SynchronizeInventorySpecifications( &inventoryspecification ); 
 | 
     
 | 
    this.SynchronizeSafetyStocks(); 
 | 
  *] 
 | 
} 
 |