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