| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | | Quintiq file version 2.0 |  | #parent: #root |  | DeclarativeReferenceRelation CalcProcessOutput |  | { |  |   #keys: '1[110880.8.945109681]' |  |   Expression: |  |   [* |  |     return select( this, |  |                    PeriodTask_MP.Process_MP.ProcessOutput, |  |                    ro, |  |                    ro.ProductInStockingPoint_MP() = this.ProductInStockingPointInPeriodPlanning().ProductInStockingPoint_MP() ); |  |   *] |  |   Relation: ProcessOutput |  | } | 
 |