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