Topic 4, Misc. Questions
A company plans to replicate a Dynamics 365 Sales database into an Azure SQL
Database instance for reporting purposes. The data Export Service solution has been
installed.
You need to configure the Data service.
Which three actions should you perform? Each correct answer presents part of the
solution.
NOTE: Each correct selection is worth one point.
A.
Create an Azure SQL Database service in the same tenant as the Dynamics 365 Sales
environment.
B.
Enable auditing entities that must be replicated to Azure SQL database.
C.
Enable change tracking for all entities that must be replicated to Azure SQL Database.
D.
Set up server-based integration.
E.
Create an export profile that specifies all the entities that must be replicated
Create an Azure SQL Database service in the same tenant as the Dynamics 365 Sales
environment.
Enable change tracking for all entities that must be replicated to Azure SQL Database.
Create an export profile that specifies all the entities that must be replicated
https://docs.microsoft.com/en-us/power-platform/admin/replicate-data-microsoft-azure-sqldatabase
A company updates their client contact information periodically. The contact entity has alternate keys defined. You have the following code. (Line numbers are included for reference only.)
A company has two development instances, two test instances, two staging instances, and
one production instance.
The test team reports connection issues with the test and staging instances.
You need to identify which if the instances the testing team currently has access.
Which two URLs can you use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A.
https://myorg.api.crm.dynamics.com/api/data/v.9.1/
B.
https://dev.crm.dynamics.com/api/discovery/v9.1/Instances
C.
https://dev.crm.dynamics.com/api/discovery/v9.1/Instances(UniqueName=’myorg’)
D.
https://disco.crm.dynamics.com/api/discovery/v9.1/
E.
https://globaldisco.crm.dynamics.com/api/discovery/v9.1/Instances
https://dev.crm.dynamics.com/api/discovery/v9.1/Instances(UniqueName=’myorg’)
https://globaldisco.crm.dynamics.com/api/discovery/v9.1/Instances
Explanation:
C: Organization information is stored in the Instance entity of the Discovery service. To see
the kind of information contained in that entity, send an HTTP GET request to the service
for one of your instances.
GET https://dev.{servername}/api/discovery/v9.0/Instances(UniqueName='myorg')
In the above example, the discovery service is used to obtain the organization information
of the instance with a unique name of "myorg".
Reference:
https://docs.microsoft.com/en-in/dynamics365/customerengagement/onpremises/
developer/webapi/discover-url-organization-web-api
https://docs.microsoft.com/en-us/powerapps/developer/common-dataservice/
webapi/samples/global-discovery-service-csharp
You are creating a model-driven app.
Users need to see only the entities in the app navigation that are relevant to their role and
their method of accessing the app.
You need to restrict entities on the sub-areas in the SiteMap.
Which properties should you use? To answer, drag the appropriate properties to the correct
requirements. Each property may be used once, more than once, or not at all. You may
need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
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
In the Account form, select Form Properties, select Non-Event Dependencies, and
then add the custom field new_placeofbirth.
From Settings, select Customization and then select Customize the System.
Select Account, select Forms, and then select the Account form
Page 8 out of 41 Pages |
Previous |