You need to create the constraint for the ML seat selection.
Which expression constraint should you use?
You need to create the constraint for the ML seat selection.
Which expression constraint should you use?
To correctly create the constraint for selecting the ML seat, you need to ensure that the relationship between the Seat and Trim is accurately defined. The expression 'Implies[Seat==ML,Trim==Legend]' means that if the seat is ML, then the trim must be Legend. This ensures that whenever an ML seat is selected, it is always accompanied by the Legend trim, which is the desired constraint.
I believe the correct answer is A. the 'imply' function works as 'if...then', which means if my trim is legend, then select the ML seat., which is reflected in answer A
https://docs.microsoft.com/en-us/dynamics365/supply-chain/pim/tasks/add-expression-constraint-product-configuration-model
A is correct as per if .. then logic
I think the answer is correct considering that the given data is "The ML seat must be included in the Legend package." Based on my understanding, if the Seat is ML, then it should be included in the Legend Package
A correct