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
- A. From Web Resources, select the JavaScript file for the Account form and then select the JavaScript file.
- B. Open the web resources file, add the two image web resources to the dependency's lists, and then add the custom field new_placeofbirth to the dependency's list.
- C. In the Account form, select Form Properties, select Non-Event Dependencies, and then add the custom field new_placeofbirth.
- D. In the Account form, select Form Properties and add the primary JavaScript file and the other two image web resources in Form Libraries.
- E. From Settings, select Customization and then select Customize the System.
- F. Select Account, select Forms, and then select the Account form.
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.