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