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