Quintiq file version 2.0 
 | 
#parent: #root 
 | 
DeclarativeReferenceRelation CalcSanityCheckGroupCampaign 
 | 
{ 
 | 
  #keys: '1[127238.0.548895567]' 
 | 
  Expression: 
 | 
  [* 
 | 
    value := null( SanityCheckGroupCampaign ); 
 | 
     
 | 
    feedback := null( Strings ); 
 | 
    sanitycheckfeedback := null( Strings ); 
 | 
     
 | 
    if( not this.GetIsQuantityPeriodTaskMatch( feedback, sanitycheckfeedback ) ) 
 | 
    { 
 | 
      value := SanityCheckGroupCampaign::GetSanityCheckGroup( this.MacroPlan() ); 
 | 
    } 
 | 
     
 | 
    return value; 
 | 
  *] 
 | 
  Relation: SanityCheckGroupCampaign 
 | 
} 
 |