| Quintiq file version 2.0 | 
| #parent: #root | 
| DeclarativeReferenceRelation CalcSanityCheckGroupMaxInventoryLevel | 
| { | 
|   #keys: '1[134266.1.44506157]' | 
|   Expression: | 
|   [* | 
|     value := null( SanityCheckGroupMaxInventoryLevel ); | 
|      | 
|     if( not this.ProductInStockingPointInPeriodPlanning().IsValidPlannedMaxInventoryLevel() and this.ProductInStockingPointInPeriodPlanning().GetIsShownMaxInventoryLevelError() ) | 
|     { | 
|       value := SanityCheckGroupMaxInventoryLevel::GetSanityCheckGroup( this.ProductInStockingPointInPeriodPlanning().MacroPlan() ); | 
|     } | 
|      | 
|     return value; | 
|   *] | 
|   Relation: SanityCheckGroupMaxInventoryLevel | 
| } |