Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A Common Data Service (CDS) environment has two custom entities named Building code and Work item. Building code has a code date custom field and Work item has an elapsed time custom field. Construction workers use a consolidated custom form with data from both entities to fill.in their daily work items.
A JavaScript library is used with these custom entities and fields to apply complex logic.
You need to ensure that the JavaScript library continues to function as originally designed if other developers expand the environment.
Solution:
*In the Building code form, add the JavaScript library in the events tab and the Code date field to the non-event dependencies.
*In the Work item form, add the JavaScript library in the Events tab and the Elapsed time field to the non-event dependencies.
Does the solution meet the goal?
Answer : B
Instead, in the JavaScript library, add Building code with Code date and Work item with Elapsed time in the dependencies tab.
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/web-resource-dependencies
You need to configure that the mobile app meets the requirements for phone entries.
Which expression should you use?
Answer : D
Scenario: When a pharmacy is added by using the mobile app, the phone number must be validated to be all digits.
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 : B, C, E
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:

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
A company needs to illustrate the relationships of the entities in Dynamics 365 Sales. You need to select the appropriate tool to show this graphic. Which tool should you select?
Answer : C
Visual representation of metadata can be very useful, especially when you are trying to describe the relationship between entities in the system. You can use the Metadata Diagram sample code provided for Dynamics 365 Customer Engagement (on-premises) to generate the entity relationship diagrams. You can create a simple diagram that shows a relationship for just one entity, or a complex diagram that includes dozens of related entities, including custom and system entities.
https://docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/use-metadata-generate-entity-diagrams
A university has implemented Dynamic 365 Sales. Several department use opportunity records to bid for funding for project within their departments.
Each department's opportunities are not visible to other departments. However, there are times two departments needs to work together on an opportunity.
You need to configure the security to meet the business requirements.
Solution: Use position hierarchy security and define the two departments as positions.
Does the solution meet the goal?
Answer : B
You need to create an application to deploy to other pharmacies.
What should you do?
Answer : D
Scenario: The new solution will be sold to other pharmacies for use. The application must not allow changes to be made.
Microsoft Dynamics CRM Package Deployer enables administrators to deploy packages on Customer Engagement (on-premises) or Common Data Service environment.
You need to create an application to deploy to other pharmacies. What should you do?
Answer : A