Hello Gurus,
We have scenario where in we need to consider 4 Rule Controls in TLB Profile to create Shipment.
Scenario : 4 SKUs have different Dimension and combined in same truck load either 20ft or 40ft
SKU | 20Ft | 40Ft | 20Ft Sheets | 40ft Sheets |
A | 3300 | 6600 | 11 | 22 |
B | 3168 | 6336 | 11 | 22 |
C | 3120 | 6864 | 10 | 22 |
D | 3600 | 7200 | 11 | 23 |
Can I assign 4 rule controls for TLB profile ?
1 | FLOORSPOTS | >= | 0 | <= | 11 | ST (sheets) |
2 | VOLUME | >= | 0 | <= | 1 | SA (Max 20ft) |
3 | FLOORSPOTS | >= | 12 | <= | 23 | ST(Sheets) |
4 | VOLUME | >= | 0 | <= | 1 | SET (max 40 ft) |
Rule control 3 : (1 AND 2) OR (3 AND 4)
When i tried to run TLB does not respect to Control 3 and 4. Intension was either 1 and 2 or 3 and 4
Is this scenario can be planned in TLB ? Does TLB reads more than 2/3 Rule Controls?
Please suggest.
Thank you