Topic 4, Misc. Questions
A company uses Common Data Service (CDS) and manages their engineers using a
model-driven app.
You create a new reusable custom component using the PowerApps component
framework (PCF).
You need to package the custom component to be deployed into the model-driven app.
Which three commands should you run in sequence? To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order
A company manages capital equipment for an electric utility company. The company has a
SQL Server database that contains maintenance records for the equipment.
Technicians who service the equipment use the Dynamics 365 Field Service mobile app on
tablet devices to view scheduled assignments. Technicians use a canvas app to display the
maintenance history for each piece of equipment and update the history.
Managers use a Power BI dashboard that displays Dynamics 365 Field Service and realtime
maintenance data.
Due to increasing demand, managers must be able to work in the field as technicians.
You need to design a solution that allows the managers to work from one single screen.
What should you do?
A.
Add the maintenance history app to the Field Service Mobile app.
B.
Add the manager Power BI dashboard to the Field Service mobile app.
C.
Create a new maintenance canvas app from within the Power BI management
dashboard.
D.
Add the maintenance history app to the Power BI dashboard.
Add the maintenance history app to the Power BI dashboard.
Explanation:
Power BI enables data insights and better decision-making, while Power Apps enables
everyone to build and use apps that connect to business data. Using the Power Apps
visual, you can pass context-aware data to a canvas app, which updates in real time as
you make changes to your report. Now, your app users can derive business insights and
take actions from right within their Power BI reports and dashboards.
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/powerapps-custom-visual
A client requires that the system send an email from a button on their customer contact
form.
You need to call the action from JavaScript.
Which two functions achieve this result? Each correct presents a complete solution.
NOTE: Each correct selection is worth one point.
A.
Xrm.WebApi.online.createRecord()
B.
Xrm.WebApi.online.updateRecord()
C.
Xrm.WebApi.online.execute()
D.
Xrm.WebApi.online.executeMultiple()
Xrm.WebApi.online.execute()
Explanation:
You can execute action using Xrm.WebApi.online.execute in Dynamics 365 CRM V9.0.
Reference:
https://carldesouza.com/calling-a-dynamics-365-action-from-javascript-using-xrm-webapionline-
execute/
A company uses a model-driven app to record details of laboratory test.
You are asked to create a custom component that makes it easier to capture multiple
values from lab test results on mobile devices.
You need to create the interface for the dataset in case the mobile devices lose connection
to the network. Which method should you use?
A.
SaveData
B.
updateView
C.
init
D.
getClient
SaveData
Use LoadData and SaveData for basic data storage while offline.
Note: When building mobile apps, one of the most common scenarios app makers face is how to
enable their users be productive in situations where there is limited or no connectivity at all.
This has been one of the most requested features for PowerApps to allow running apps
while being disconnected and to provide some support for offline data caching. In this
release of PowerApps, we are delivering the first set of improvements for app makers to
achieve that by enabling:
Launching the PowerApps mobile player app offline
Running apps while being offline
Determine when your app is online or offline or in a metered connection by using
the Connection signal object.
Leverage existing formulas such as LoadData and SaveData for basic data
storage while offline.
Reference:
https://powerapps.microsoft.com/sv-se/blog/build-offline-apps-with-new-powerappscapabilities/
A company delivers packages to businesses and consumers. A custom entity named
Package captures the package details.
You need to add the following sets of fields to the entity and leverage the built-in operations
of the platform:
A set of fields to represent the package length, width, depth, and weight. The
maximum value for any dimension is 100 centimeters.
A set of fields for time-sensitive attributes to calculate the efficiency of a delivery
based on when the delivery is entered in the system and the existing custom
fields: Pickup time and Delivery time.
Which constructs should you use? To answer, select the appropriate options in the answer
area. NOTE: Each correct selection is worth one point.
Page 13 out of 41 Pages |
Previous |