| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 | | Quintiq file version 2.0 |  | #parent: #root |  | Constraint HasTotalInputQuantityEqualToQuantity |  | { |  |   #keys: '2[122892.0.361887205][122892.0.361887209]' |  |   ConstraintCondition: |  |   [* |  |     value := this.GetHasTotalInputQuantityEqualToQuantity(); |  |      |  |     return value; |  |   *] |  |   ConstraintKind: 'Soft' |  |   ConstraintText: ' @Translations::MP_OperationInputGroup_ViolateValidInputGroupQuantity_InvalidSumQuantity( this.TotalInputQuantity(), this.InputGroupQuantity() )@' |  |   Description: 'Total input product quantity matches group quantity' |  | } | 
 |