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