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