What should you do?
You are deploying a Power Apps app that uses the custom connector for ServiceNow. The app loads very slowly for some users. You determine that all records from ServiceNow are being retrieved for every user. The app must load only incidents that are assigned to each user. You need to...
What should you create?
You need to reduce response time for the information email on the website. What should you create?A . a flow that creates a SharePoint item for each email response B. a flow that creates a notification in Microsoft Teams C. a Power Apps app that displays the number of email...
Which type of function expression should you use?
You need to create the customer mobile app. Which type of function expression should you use?A . Filter B. Find C. LookUpView AnswerAnswer: C Explanation: The LookUp function finds the first record in a table that satisfies a formula. Use LookUp to find a single record that matches one or...
An organization has a custom Assignments entity that guides agent actions. Team leaders for each assignment group must be able to review any changes made to assignment data by their agents
HOTSPOT An organization has a custom Assignments entity that guides agent actions. Team leaders for each assignment group must be able to review any changes made to assignment data by their agents. You have the following JSON segment: For each of the following statements, select Yes if the statement is...
Which type of execution mode is in use?
You need to identify the execution mode that is being used for the ISV solution reported by User5. Which type of execution mode is in use?A . asynchronous B. atomicity C. transfer D. synchronousView AnswerAnswer: A Explanation: User5 receives the error message: ‘Endpoint unavailable’ during a test of the technician...
Which two solutions should you use?
You need to replace the bicycle inspection forms. Which two solutions should you use? Each answer presents part of the solution. NOTE: Each correct selection is worth one point.A . a flow that maps inspection data to Dynamics 365 Field Service B. a logic app that guides the technician through...
Which three actions should you perform in sequence?
DRAG DROP A company uses Dynamics 365 Sales. Sales commission must be calculated when an order is placed. You create an Azure Function to perform the calculation. The Azure Function has an HTTP trigger. You need to configure the Plug-in Registration tool to send data to the Azure Function when...
Which three actions should you perform in sequence?
DRAG DROP A company uses Dynamics 365 Sales. Sales commission must be calculated when an order is placed. You create an Azure Function to perform the calculation. The Azure Function has an HTTP trigger. You need to configure the Plug-in Registration tool to send data to the Azure Function when...
Which code segment should you add at line UR06?
You need to handle errors in UpdateRecord.js. Which code segment should you add at line UR06?A . catch(error) { alert("Caught error: " + error.message);} B. Exception exception = Server.GetLastError() ; if(exception != null)} C. catch(exception e){ console.writeline(e)} D. function (error){ console.log(error.message)}View AnswerAnswer: D Explanation: https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-webapi/updaterecord
Which process should you use?
DRAG DROP You need to select a process to create each function. Which process should you use? To answer, drag the appropriate processes to the correct functions. Each process may be used once, more than once, or not at all. You may need to drag the split bar between panes...