PL 400
PL 400
4. ensure that data can be available to all common data custom connector
service clients
10. create invitation parameters for approved job candi- configure a value
dates for the assigned
to account option
only
11. determine which store is closest to the order destina- power automate
tion flow
12. estimate the time required to prepare an order and New screen in
notify customer an existing canvas
app
2 / 19
PL 400
Estudar on-line em https://quizlet.com/_ak4i04
16. creating a new field to store the record identifier from no
the database resolves the error
17. creating an alternate key that uses the account num- yes
ber field resolves the error
18. if an account exists with only the account name en- yes
tered as contoso and all other fields empty, a new
account record is created
24. select the data type for delivery that has additional duration
transformations applied before the data is displayed
26. A company uses Common Data Service rollup fields Create a plug-in
to calculate insurance exposure and risk profiles for that uses the up-
customers.Users report that the system does not up- date method for
date values for the rollup fields when new insurance the rollup field.
policies are written.You need to recalculate the value Configure a step
of the rollup fields immediately after a policy is creat- on the Create
ed.What should you do? event for the pol-
icy entity for this
plug-in.
4 / 19
PL 400
Estudar on-line em https://quizlet.com/_ak4i04
28. A university implements Dynamics 365 Sales. Sev- No
eral departments use opportunity records to bid for
funding for projects within their own departments.
You configure the system to ensure that each de-
partment can only work on their own records.Em-
ployees in multiple departments often need to work
together on an opportunity. Employees report that
they are not able to see opportunities from other
departments.You need to ensure that employees from
more than one department can work on the same
opportunities when necessary.Solution: Create a se-
curity role that has organization-level access to op-
portunities. Give this security role to all members
of the two departments who need access.Does the
solution meet the goal?
35. ensure that the entity is visible only if the user can privileges
create records
36. ensure that the entity is not visible if the user is using SKUs
an on-premises deployment
37. ensure that the entity is visible if the user is access- Client
ing the app with a web browser
38. solution checker does not complete a run for one a canvas app in
solution but works for a different solution the first solution
has errors
39. you encounter an error on line three of web resource the code uses the
as shown below: following rule :
web-use-strict-mode
40. You create a Power Apps app that integrates with The original solu-
Dynamics 365 Customer Service.You update the app tion is locked be-
and run solution checker on the original solution. You cause there is a
receive an error stating solution checker cannot ex- dependent patch.
port the solution.You need to determine the primary
cause for the issue.What is the primary cause?
6 / 19
PL 400
Estudar on-line em https://quizlet.com/_ak4i04
41. Ensure that the values stored in the project name field view
are discoverable in advanced find
43. You fix a bug in the code of your application, which is 10.0.2.2
currently on version 10.0.2.1.You need to publish an
updated version of the solution.Which version iden-
tifier should you use?
47. Add the field to the middle of an existing section in the field is ap-
the contact main form pended to the end
of the existing sec-
tion
48. create a new section in the contact main form and add the field is added
the field to the new section in a new section
49. create a new form and add the field to the middle of the field is inserted
an existing section in the middle of the
existing section
50. An organization uses Dynamics 365 Sales. The or- Enable field secu-
ganization has accounting and customer service de- rity for the balance
partments.You must restrict users in customer ser- field and grant the
vice from being able to change the value of the bal- customer service
ance field on the Contact records. The accounting team read permis-
team must be the only team able to edit this field.You sions.
need to create the appropriate solution without any
customizations.What should you do first?
7 / 19
PL 400
Estudar on-line em https://quizlet.com/_ak4i04
51. ensure that only test users can access the test envi- Set the test env
ronment security group to
TestSG
52. ensure that only the manager can access the app in Assign the man-
production ager the app secu-
rity role
53. ensure that test users can access the app in the Assign the test
production users the app se-
curity role
54. ensure that purchasing department users can access Add all users in
the test environment the department to
TestSG security
group
55. you need to troubleshoot the warning. what should navigate to con-
you do? nections and add
a new connection
57. You have a Common Data Service entity and a mod- Asynchronous
el-driven app. The model-driven app integrates with plug-in registered
an external system.You plan to run business logic in the
each time the model-driven app creates a record. PostOperation
Running business logic must not negatively affect stage
model-driven app users.You need to implement the
business logic.What should you use?
59. if an error occurs, the developer can get access to the yes
request that caused the fault
62. The process starts with the receipt of the request for step
pride
63. Ensure that credit checks are performed for new branching condi-
users only tion
65. Which Power Platform capability does the app use to Business Rule
display message
66. What should the app maker do to prevent the mes- Update the Busi-
sage from displaying? ness Rule
70. You create a Power Virtual Agents chatbot in an en- Add the Power
vironment named Environment1. A colleague creates Automate flow to
a Power Automate flow in the default solution in a solution in
the default environment.The chatbot in Environment1 Environ-
does not recognize the flow in the default environ- ment1,,,,,,Share
ment.You need to ensure the chatbot can access the the Power
flow.Which two actions should you perform? Each Automate flow
correct answer presents part of the solution.NOTE: from the default
Each correct selection is worth one point. environment.
75. implement keyless named structure types that con- complex types
sist of a set of properties
76. You are developing an app that uses Common Data MSAL
Service.You must integrate Common Data Service
with a new web application. You must allow the new
web application to display data from Common Data
Service.You build a single-page web application us-
10 / 19
PL 400
Estudar on-line em https://quizlet.com/_ak4i04
ing the Web API.You need to authenticate your app
using OAuth.What should you use?
82. When the code runs and the primary contact (prima- yes
rycontactid) field is populated, the contact record's
phone field is updated to match the account
83. When the code runs and the primary contact (prima- no
rycontactid) field is not populated, the following error
message displays : not updated
84. When the code runs and the value in phone field is no
removed, the contact record's phone field is updated
to null
88. You are creating a Power Apps app that retrieves cus- Create a cus-
tomer information from Azure Active Directory when tom connector
you use the app to look up a customer record.You that uses the
create an Azure Function by using JSON code to Azure Function
retrieve the customer information.You need to make API,,,,,,,Create an
the application work. API definition for
the Azure Func-
tion
93. You are creating an integration that uses an Azure Create an ap-
function to create records in the Common Data Ser- plication registra-
12 / 19
PL 400
Estudar on-line em https://quizlet.com/_ak4i04
vice when leads are submitted from your company tion in Azure
website.You create and configure a Common Data Active Directo-
Service application user.You do not have administra- ry.,,,,,Create a
tor access to the Common Data Service environment new security role
you are using for access to Azure Active Directory. with the minimum
Company policy dictates that service accounts must required permis-
be used for integrations, and integrations must not sions and assign
be granted privileges beyond what is needed.You to the application
need to recommend actions that an administrator user,,,,,,,Grant the
should perform to configure access for the Azure application dele-
Function.Which three actions should you perform? gated permissions
Each correct selection presents part of the solution. to the Dynamics
CRM API in Azure
Active Directory
98. configure a website login that does not need encryp- Basic authentica-
tion tion
100. Change any values for any entity within the database PreOperation
transaction
102. You can use the JSON segment to retrieve a list of Yes
changes to the assignment records referenced in the
segment
103. You can use the delta link to query the assignment no
changes from the last 30 days
13 / 19
PL 400
Estudar on-line em https://quizlet.com/_ak4i04
104. You can use the delta link with a filter option to re- no
trieve assignment changes from the last 30 days
118. Notify the infrastructure team when a new virtual ma- Event handler
chine is created
119. Route orders over $5000 to the credit department Event subscription
120. Ensure the BOMs can include necessary subcompo- configure entity re-
nents lationships
121. Report who changed the BOM records and when the Configure entity
changes were made auditing
16 / 19
PL 400
Estudar on-line em https://quizlet.com/_ak4i04
ror: " + error.mes-
sage);}
129. Resolve rendering issue for new and save buttons Add &ribbonde-
bug
130. Add email button for registration form Use ribbon work-
bench
131. You need to add the script for the registration form formCon-
event handling.Which code segment should you text.data.addOn-
use? Load(myFunction)
132. You need to ensure that Adventure Works Cycles a Power Automate
can track information from visitors to bike fairs.What flow that connects
should you create? with the bike fair
Power Apps app
to create a lead
in Dynamics 365
Sales
133. You need to identify the execution mode that is being synchronous
used for the ISV solution reported by User5.Which
type of execution mode is in use?
134. You need to improve warehouse counting efficien- a canvas app that
cy.What should you create? scans barcodes to
allow a warehouse
worker to select in-
ventory counts
139. You need to determine the primary cause of the issue Interns have the
reported by interns when they use the app.What is the Environment Mak-
primary cause? er security role but
need the System
Customizer secu-
rity role.
140. You need to reduce response time for the information a flow that creates
email on the website.What should you create? a notification in Mi-
crosoft Teams
141. You need to ensure that users can create the required Configure filter
charts.Which two actions should you perform? Each fields in the
correct answer presents part of the solution. Annual revenue
field,,,,,,Add the
Facility field to the
account form.
142. You need to resolve CustomerBÒ€™ s issues with the LookUp to Fil-
check-in application.Which two options can you use? ter,,,,,,LookUp to
Each correct answer presents a complete solution. Search
146. You need to improve the efficiency of counting ware- a canvas app that
house inventory.What should you create? scans barcodes to
allow a warehouse
worker to select in-
ventory counts
18 / 19
PL 400
Estudar on-line em https://quizlet.com/_ak4i04
147. mailing list opt-in/opt-out Flip switch
150. You need to modify the Power Automate flow to re- Add a condi-
solve CustomerCÒ€™ s issue.What should you do? tion containing ap-
proval hierarchy.
19 / 19