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