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.
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.
Answer: BCE
Explanation:
All the Web Resources stored in the database can be accessed in the CRM. Following are the steps involved −
Step 1 (E) C Go to Settings → then Customizations → and then Customize the System.
Step 2 (B) C 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:
Reference:
https://msdynamics.net/microsoft-dynamics-news/crm-web-resources-using-jscript/
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/webresource-dependencies
Leave a Reply