A company develops a new custom connector for a Microsoft Entra ID-protected Azure Function that was created as a single tenant app. The custom connector must be moved to a pioduction environment. The connector must be visible and accessible only to users in the tenant. Vou need to deploy the custom connector Solution: Add the custom connector to a managed solution, export the managed solution, and then import the managed solution into the production environment. Does the solution meet the goal?
A customer wants to design a complex business process flow that includes six custom entities and four stages for each entity. One of the stages will have 15 steps.
You need to explain the flaw in this design to the customer.
What is the flaw in this design?
You need to configure the fields with the appropriate type.
Which type should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.


Explanation:

Box 1: Lookup
Fields for the doctor's name and phone number must be displayed in the customer record.
Lookup: A field that allows setting a reference to a single record of a specific type of entity.
Box 2: Calculated
Refill dates for customer prescriptions should be automatically determined and a notification should be sent to the customer.
Calculated field: Contains calculations that use fields from the current entity or related parent entities.
Box 3: Text
Field data type: Single Line of Text:
This field can contain up to 4,000 text characters. You can set the maximum length to be less than this. This field has several format options that will change the presentation of the text. These options are Email, Text, Text Area, URL, Ticker Symbol, and Phone.
Reference:
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/types-of-fields
You are creating a plug-in for a Power Apps app for the human resources department at the company. The app will be used to process new employees and help employees apply for an identification card.
You have the following requirements:
* Applications must not be marked as complete if the employee has not completed mandatory drug screening.
* Add logic that stores the name of the human resources team member that approves an application. This step must be completed before an ID card is created for the applicant.
* Successful validation and ID card printing.
You need to configure the event pipeline. In which stage should you register each step?
To answer, drag the appropriate stages to the correct steps. Each stage may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.


Explanation:

Users are directed lo a form in a model-driven app through a special URL that passes values for three lookup columns.
The form consists of three tabs: A, which is the default tab, B. and C. The form has JavaScript code registered on the Onload and OnSave events as follows:
* OnLoad: A lookup column on each tab is used to retrieve data. The data is used to populate columns on that same tab.
* OnSave: Data validation involves calculations of columns on the form. If a value is outside the acceptable range, the record must not be saved.
Users report that loading and saving the form takes too long when they create a new record.
You need to shorten the time it takes to load and save the form without losing functionality.
Which new event registrations should you create? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.


Explanation:

A company is creating a one-way integration from the Common Data Service to an external system. Data will be sent from a webhook to an Azure Function.
You need to configure the Azure Function to handle data from the webhook.
Which class and data type must the Azure Function handle?
You have the following code:

You have a contact record that uses the GUID 2CFB1599-DEAD-425F-AB4A-76E6CAB51B09.
You need to assign the contact record as the primary contact for an account when you create the account.
Which two code segments can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

You need to configure the address verification API.
Which values should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.


Explanation:

You are creating a canvas app for users to interact with contact data in Microsoft Dataverse.
When users display contact data in the app, the following requirements must be met:
* By default, all contact data must be displayed, unless data is entered into a text input control; if so, then data must be filtered based on the last name of the contact
* A new column must be added when retrieving the data source. The column must combine the Salutation and Full Name columns into a new column named Full Salutation.
* All data must be sorted in alphabetical order based on the surname of the contact. You need to finalize the Microsoft Power Fx formula.
How should you complete the code segment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.


Explanation:

A company must copy customer account data changes from a Common Data Service (CDS) instance into an external system.
Azure Storage Queues are used to pass the changes from CDS to the external system.
You have the following code. (Line numbers are included for reference only.)

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.


Explanation:

Box 1: Yes
Box 2: Yes
Box 3: No
Either new/updated or removed/deleted.
Box 4: Yes
A financial institution that has a Dynamics 365 Customer Engagement environment requires that the account balance field from the account entity be visible to specific users only.
You need to set up the field security for the account balance field.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A company is creating a new system based on Dynamics 365 Sales.
The company has the following requirements for their claim process:
* Approval process must be the same for all claim applications.
* Claim applications must go through approvers at each stage.
* Fields must be shown or hidden, based on the requirements in the approval process.
You need to design the data model for the claim process using out-of-the-box components whenever possible.
Which features should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.


Explanation:

Box 1: Workflow
You configure the approval processes in a workflow.
Box 2: Business process flow
By integrating your approvals feature with Power Automate, you can implement features such as these:
* Automatically generate and send request-for-approval emails to approvers.
* Include active approve and reject buttons in request-for-approval emails.
* Easy customization of the approval steps, using a framework that most administrators will be able to understand and adjust for themselves.
Box 3: JavaScript
In Dynamics 365, you can hide and show fields using JavaScript. This is useful if you have business logic that determines if fields are displayed or not to the user.
Reference:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/fin-ops/organization-administration/configure- approval-process-workflow