Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.A company requires custom validation when users save form records that use a synchronous plug-in.If validation fails, a message that explains how to resolve the issue must be displayed on the form to the user.You need to implement the custom validation.Solution: Throw an InvalidPluginExecutionException with the message.Does the solution meet the goal?
An organization uses Dynamics 365 Sales. You plan to add a custom button to the app ribbon.You need to ensure that the button displays only when conditions specified by business rules are met.Which two code segments can you use? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.
A company has an application that provides API access. You plan to connect to the API from a canvas app by using a custom connector.You need to request information from the API developers so that you can create the custom connector.Which two types of files can you use? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.
An organization uses a public-facing Power Apps portal.You need to change the layout of a specific web page.What are two possible ways to achieve the goal? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.
You are creating a canvas app for a bank. Consumers will enter information into the app when they apply for a loan.The input form for the app must display fields to prompt the consumer for their first name, last name, address, and the requested loan amount.Immediately after a consumer enters a value for the LoanAmount field, the background color for the column must change. The background color for the column must change to red if a consumer enters a value of more than $5,000 and must turn green for values less than or equal to $5,000.You need to implement the required behavior.Which option should you use?