| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | | Quintiq file version 2.0 |  | #parent: #root |  | DeclarativeReferenceRelation CalcCampaignPeriod_MP |  | { |  |   #keys: '1[149260.0.401279851]' |  |   Expression: |  |   [* |  |     return select( this, |  |                    OperationInCampaign.Campaign_MP.CampaignPeriod_MP, |  |                    cp, |  |                    cp.UnitPeriod() = this.PeriodTaskOperation().UnitPeriod() ); |  |   *] |  |   Relation: CampaignPeriod_MP |  | } | 
 |