Microsoft MB-400 Microsoft Power Apps + Dynamics 365 Developer Exam Practice Test

Page: 1 / 14
Total 65 questions
Question 1

You need to create an application to deploy to other pharmacies.

What should you do?



Answer : D

Scenario: The new solution will be sold to other pharmacies for use. The application must not allow changes to be made.

Microsoft Dynamics CRM Package Deployer enables administrators to deploy packages on Customer Engagement (on-premises) or Common Data Service environment.


Question 2

You need to configure the trigger for account records.

Which expression should you use?



Answer : D

Scenario: A trigger must be created that changes the Priority field to 1 in the Account record 10 days after an Account record is created.

DIFFINDAYS (date and time, date and time): Returns the difference in days between two Date and Time fields. If both dates and times fall on the same day, the difference is zero.

Note: Whenever we talk about history, the bone of contention are the below four fields:

*CreatedOn

*ModifiedOn

*CreatedBy

*ModifiedBy


https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/define-calculated-fields

Question 3

You need to configure that the mobile app meets the requirements for phone entries.

Which expression should you use?



Answer : D

Scenario: When a pharmacy is added by using the mobile app, the phone number must be validated to be all digits.


Question 4

You need to create an application to deploy to other pharmacies. What should you do?



Answer : A


Question 5

You need to create the model-driven app for referral.

Which function should you add?



Answer : C

Scenario: When the account is entered into the system, extra fields must appear if the referral customer box is selected. If the box is not selected, the extra fields must not appear.


Question 6

An organization has a Dynamics 365 Customer Engagement.

You plan to use a JavaScript web resources file in the Accounts form. The file has a dependency on two image web resource files and on the custom field new_placeofbirth in the Account entity.

You need to add the dependencies for the JavaScript file.

Which three action should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.



Answer : B, C, E

All the Web Resources stored in the database can be accessed in the CRM. Following are the steps involved

Step 1 (E) -- Go to Settings then Customizations and then Customize the System.

Step 2 (B)-- From the left navigation, select CRM Web Resources.

C: In our Dynamics 365 forms, there are measures we can take to ensure fields that are being used by JavaScript are not removed from forms. To prevent this from happening, we can go to Form Properties and select the Non-Event Dependencies, and add the website field:


https://msdynamics.net/microsoft-dynamics-news/crm-web-resources-using-jscript/

https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/web-resource-dependencies

Question 7

A client requires that the system send an email from a button on their customer contact form.

You need to call the action from JavaScript.

Which two functions achieve this result? Each correct presents a complete solution.

NOTE: Each correct selection is worth one point.



Answer : C

You can execute action using Xrm.WebApi.online.execute in Dynamics 365 CRM V9.0.


https://carldesouza.com/calling-a-dynamics-365-action-from-javascript-using-xrm-webapi-online-execute/

Page:    1 / 14   
Total 65 questions