MB-400 Exam QuestionsBrowse all questions from this exam

MB-400 Exam - 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.

Show Answer
Correct Answer: BCE

BCE

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:

Exam MB-400 Question 6

Reference:

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

Discussion

7 comments
Sign in to comment
sanharshu7
Jul 8, 2020

E F C I checked, I didn't see the system view to add an image as dependency on the JS file dependency tab. It has views only for (CSS,HTML, RESX,XML, js)

Oda
Nov 25, 2020

This is correct, imaged cannot be added as a dependency in the file, and E > F > C is the correct steps to achieve the requirement. the 'account form' in F is talking about the "Account" form in the account entity.

ClairFraser
Jun 25, 2020

A, B, E dependencies are added from the Js resource page

KenCraw
May 18, 2021

Everything else is distracting, I believe Clair has the correct answer, as per: https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/web-resource-dependencies

KenCraw
May 18, 2021

I'm torn between A,B,E + E,F,C. I checked the same thing the sanharshu7 did, and same the same system views.

KenCraw
May 18, 2021

I'm torn between A,B,E + E,F,C. I checked the same thing the sanharshu7 did, and same the same system views.

mgharably
Jun 24, 2020

we cannot add images to the dependency's lists neither in the Js dependency or the form dependency

RoelG
Jun 25, 2020

She it should be E, F, C

ClairFraser
Jun 30, 2020

"...web resource dependencies are not limited to just RESX web resources. You can associate a JavaScript web resource to any other type of web resource to create dependencies that will cause the associated web resource to be loaded together with the JavaScript web resource" https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/web-resource-dependencies

Karlomanio
Nov 21, 2020

I'm going to be different from everyone else and say C, D, F because that is how I did it on the Microsoft training they had online. Why in this situation would even open the resources file (B)? That editing is done and has nothing to do with associating the file something else.

ExamFever
Dec 4, 2020

Karlomanio, please read the question "you need to add dependencies FOR the JavaScript". Hence the given answer is correct.

jkaur
Dec 10, 2020

Answer is EFC

isaw
Dec 22, 2021

Correct answer is EFC. as per sanharasu