Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method InitializeActualSalesExport 
 | 
{ 
 | 
  Description: 'Clear the cache and add the first line' 
 | 
  TextBody: 
 | 
  [* 
 | 
    // Clean ActualSalesCache attribute 
 | 
    this.ActualSalesCache( '' ); 
 | 
     
 | 
    // Flush relation LibSCIActualSales 
 | 
    this.LibSCIActualSales( relflush ); 
 | 
     
 | 
    header := LibSCIActualSales::GetHeader(); 
 | 
    this.ActualSalesCache( header ); 
 | 
  *] 
 | 
} 
 |