1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  | Quintiq file version 2.0 
 |  #parent: #root 
 |  Constraint HasTotalMinInputQuantityLessThanOrEqualGroupQuantity 
 |  { 
 |    #keys: '2[127710.1.1541735116][127710.1.1541735117]' 
 |    ConstraintCondition: 
 |    [* 
 |      value := this.GetHasTotalMinInputQuantityLessThanOrEqualToQuantity(); 
 |       
 |      return value; 
 |    *] 
 |    ConstraintKind: 'Soft' 
 |    ConstraintText: ' @Translations::MP_OperationInputGroup_ViolateValidInputGroupQuantity_InvalidSumOfMinQuantity( this.TotalMinQuantity(), this.InputGroupQuantity() )@' 
 |    Description: 'Total min quantity of operation input is less than or equal to input group quantity' 
 |  } 
 |  
  |