on 2023 Jul 21 9:02 AM
Hello,
I have an issue regarding selection condition in variant configuration.
My structure is:
- Material: X , char 1, class Sales order
- BoM of X composed by material: Y, char 2, class Order BoM
- BoM of Y composed by materials: W and Z
I am creating a selection condition as follows:
For material W: $SELF.CHAR 2 = '0' and $PARENT.CHAR 1 = '8'
For material Z: $SELF.CHAR 2 = '1' and $PARENT.CHAR 1 = '10'
In CU50 it is not working: neither material X and Z are selected in the BoM
Which is the correct syntax?
Request clarification before answering.
Hello,
Pls try
For material W: $PARENT..CHAR 2 = '0' and $PARENT.CHAR 1 = '8'
For material Z: $PARENT..CHAR 2 = '1' and $PARENT.CHAR 1 = '10'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
103 | |
15 | |
9 | |
9 | |
5 | |
3 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.