MB-320 Exam QuestionsBrowse all questions from this exam

MB-320 Exam - Question 131


You need to create the constraint for the ML seat selection.

Which expression constraint should you use?

Show Answer
Correct Answer: D

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.

Discussion

4 comments
Sign in to comment
EllieG
Nov 1, 2020

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

ElAndo
Apr 11, 2021

https://docs.microsoft.com/en-us/dynamics365/supply-chain/pim/tasks/add-expression-constraint-product-configuration-model

Pir
May 31, 2021

A is correct as per if .. then logic

Rhennuj
Mar 12, 2021

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

Daichisan
Oct 26, 2021

A correct