Quintiq file version 2.0
|
#parent: #root
|
Function CalcIsNeedKPIMaximumInventory
|
{
|
TextBody:
|
[*
|
value := ( this.IsNeedEstimatedImprovementScores()
|
and this.FocusLevelForEIS() >= this.MaximumInventoryLevel()
|
and this.MaximumInventoryLevelWeight() > 0 )
|
or this.TemporaryForScoreWriting();
|
this.IsNeedKPIMaximumInventory( value );
|
*]
|
InterfaceProperties { Accessibility: 'Module' }
|
}
|