Microsoft Power Apps + Dynamics 365 Developer — Question 12

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 options

Correct answer: B, C, E

Explanation

The correct actions involve updating the web resource file to include the necessary dependencies, which is done in option B, and managing dependencies in Form Properties, which is covered in option C. Option E is also correct as it allows access to the Customization area needed to make these changes. The other options do not directly contribute to establishing the required dependencies for the JavaScript file.