nerdexam
Microsoft

PL-400 · Question #78

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…

The correct answer is C. In the Account form, select Form Properties, select Non-Event Dependencies, and then add the E. From Settings, select Customization and then select Customize the System. F. Select Account, select Forms, and then select the Account form. Adding dependencies for a JavaScript web resource involves two separate concerns: field dependencies and web resource dependencies. The correct navigation path starts at (E) Settings > Customization > Customize the System, then (F) select the Account entity > Forms > open the…

Submitted by valeria.br· Apr 18, 2026

Question

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.

Options

  • AFrom Web Resources, select the JavaScript file for the Account form and then select the
  • BOpen the web resources file, add the two image web resources to the dependency's lists, and
  • CIn the Account form, select Form Properties, select Non-Event Dependencies, and then add the
  • DIn the Account form, select Form Properties and add the primary JavaScript file and the other two
  • EFrom Settings, select Customization and then select Customize the System.
  • FSelect Account, select Forms, and then select the Account form.

How the community answered

(59 responses)
  • A
    7% (4)
  • B
    15% (9)
  • C
    75% (44)
  • D
    3% (2)

Explanation

Adding dependencies for a JavaScript web resource involves two separate concerns: field dependencies and web resource dependencies. The correct navigation path starts at (E) Settings > Customization > Customize the System, then (F) select the Account entity > Forms > open the Account form. Once inside the form editor, (C) Form Properties > Non-Event Dependencies lets you declare that the form depends on a specific field (new_placeofbirth), preventing that field from being accidentally removed. Image web resource dependencies are added directly on the JavaScript web resource record - not inside the form - so Option B describes the correct location for image dependencies but is not listed as a correct answer here. Option D (Form Properties to add JavaScript files) registers event handlers, not field/resource dependencies. Option A is a partial or incorrect path.

Community Discussion

No community discussion yet for this question.

Full PL-400 Practice