Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

You need to create the new app based on the requirements.

Which configurations should you use? To answer, move the appropriate configurations to the correct requirements. You may use each configuration once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point.

Maintenance metrics are not consistently calculated across related rows.

You need to provide a solution for field technicians to create custom inspection reports natively within the new app.

What should you do?

A.

Use a paginated report.

B.

Create a Word template.

C.

Use a custom prompt.

A company builds a canvas app for support agents to enter customer notes and generate a summarized response by using a custom prompt.

The company requires the following functionality built into the prompt:

✑ Generate the summary immediately when the agent selects a button in the app.

✑ Supply current user-entered data to the prompt.

You need to execute the prompt.

Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

A.

Run the prompt through a cloud flow from the button.

B.

Pass user input as parameters to the prompt.

C.

Invoke the prompt directly from app logic.

D.

Publish the prompt for reuse in the environment.

E.

Update the app settings.

A company is using a model-driven app to process orders. The company uses a custom integration to add orders to Microsoft Dataverse from two separate point-of-sale solutions.

Order numbers are stored in a column on an Order table named Number. The order numbers are prefixed with the value POS1- or POS2- depending on which point-of-sale system they originated from.

The company creates a calculated text column to store the clean order number. The clean order number must remove the point-of-sale system prefix.

You need to configure the action on the calculated column.

Which formula should you use?

A.

CONCAT(Number, “4”)

B.

TRIMLEFT(Number, 4)

C.

TRIMLEFT(Number, 5)

D.

TRIMRIGHT(Number, 5)

E.

TRIMRIGHT(Number, 4)