How can we achieve/implement the ROO PSR Rule for the below mentioned condition
How can we achieve/implement the ROO PSR Rule for the below mentioned condition:
570500 - " A change to heading 5705 from any other chapter, except from headings 5106 through 5113, 5204 through 5212, 5311, chapter 54 or headings 5508 through 5516 ".
We have tried implementing the below expression, but it didn't work and errored out.
({EXCL:5508-5516} OR {EXCL:54} OR {EXCL:5204-5212} OR {EXCL:5311} OR {EXCL:5106-5113}) AND {TS2_100LE}
when we used only one condition instead of all conditions together, it is providing the results.
{EXCL:5106-5113} AND {TS2_100LE}
But We need to apply all conditions in one expression instead of splitting it to multiple rules.
Please guide/correct us to achieve this?
0