Which five actions should you perform?

Posted by: Pdfprep Category: MB-400 Tags: , ,

DRAG DROP

A company uses Dynamics 365 Sales.

Sales commission must be calculated when an order is placed. You create an Azure Function to perform the calculation. The Azure Function has an HTTP trigger.

You need to configure the Plug-in Registration tool to send data to the Azure Function when an order is placed. You open the Plug-in Registration tool and connect to Dynamics 365 Sales.

Which five actions should you perform? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Answer:

Explanation:

Step 1: Select Register New Web Hook

You can register a Webhook that will trigger on Account Name update to fire off the Function App.

In Plugin Registration Tool, register a new Webhook.

Step 2: Set authentication to WebhookKey

Enter Webhook Details. Select Authentication type as WebhookKey.

Step 3: Enter the endpoint URL

Step 4: Add the API Key Value of the Azure Function

Now, to get the key, go to the Function App in portal, and look </> Get function URL link.

Copy the same and paste in Notepad, separate the code part from the main URL

Paste the URL part in Endpoint URL and key in the Value field. Click Save.

Step 5: Register a New Step for Create of SalesOrder

Now, add a Step to the Webhook.

And Register it.

Reference: https://d365demystified.com/2020/03/19/call-azure-function-from-dynamics-365-crm-using-webhooks/

Leave a Reply

Your email address will not be published.