Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.
This procedure shows how you can add a new constraint expression to a product configuration model. It shows how you can mandate that corner protection must be applied to a speaker if the user has selected a front grill in metal. The procedure uses the High end speaker component in the demo company USMF.
Create an expression constraint
- Go to Product information management > Products > Product configuration models.
- In the list, find and select the desired record.
- This example uses the high end speaker model.
- In the list, select the link in the selected row.
- Expand the Constraints section.
- Select Add.
- Select Create.
- In the Name field, type a value.
Enter expression
- Select Edit expression.
- If you unlock the user interface in the task recording at this stage, you can use IntelliSense and the list of symbols to build the constraint expression .
- In the ConstraintBody field, enter 'Implies[FrontGrill=="Metal", CornerProtection] '.
- This expression logic states: If the Front grill is metal, then the corner protection option must be selected.
- Select Validate.
- The validate function runs through the constraint expression and checks for syntax errors.
- Select Close.
- Select OK.