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