Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method InitializeStockLocationExport 
 | 
{ 
 | 
  TextBody: 
 | 
  [* 
 | 
    // Clean StockLocationCache attribute 
 | 
    this.StockLocationCache( '' ); 
 | 
     
 | 
    // Flush relation LibSCIStockLocation 
 | 
    this.LibSCIStockLocation( relflush ); 
 | 
     
 | 
    header := LibSCIStockLocation::GetHeader(); 
 | 
    this.StockLocationCache( header ); 
 | 
  *] 
 | 
} 
 |