Which operation is possible?
You are a Dynamics 365 Finance developer. You have the following Extended Data Types (EDTs): You plan to modify the properties of the EDTs by using an extension. You need to determine which operations can be performed. Which operation is possible?A . Create art extension for Accountid and decrease the...
What should you do?
You need to modify the environment to meet User1’s requirements. What should you do?A . Create an extension of CashDisc in a new project and add the field to the extended table, B. Create a new table named CashDiscExtension in the project. C. Use Open Designer to add the field...
From which two locations can you deploy the report?
You are a Dynamics 365 Finance and Operations developer. You need to deploy a new report in a development environment. From which two locations can you deploy the report? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.A . Package deployment B. Build project...
Which URL should you use?
Contoso. Ltd. uses Dynamics 365 Finance. You receive reports of performance issues with the app. You need to use Performance Timer to investigate the issues. Which URL should you use?A . https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=perftimer B. https://contoso.cloudax.dynamics.com/?cmp=USMF&debug=develop&mi=VendTableListP age C. https://contoso.cloudax.dynamics.com/?cmp=USMF&mi=performancetimer D. https://contoso.cloudax.dynamics.com/?cmp=USMF=debug=developerView AnswerAnswer: B Explanation: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/performance-timer
Which three formats can you use?
An error message displays when a user tries to save an outgoing electronic reporting document. You need to ensure that the document format supports electronic reporting. Which three formats can you use? Each correct answer presents a complete solution NOTE: Each correct selection is worth one point.A . OPENXML B....
Which two actions should you perform?
A company uses Dynamics 365 Finance. You have two tables as shown: When an employee is deleted from EmplTable, the corresponding bank account information must automatically be deleted from EmplBankAccount. You need to ensure that the requirement is met Which two actions should you perform? Each correct answer presents part...
Which value should you use for the OnDelete property?
You are a Dynamics 365 Finance developer. You have two tables as shown in the following exhibit: You need to configure Table1 to ensure that records cannot be deleted from Table1 if Table2 contains related records. Which value should you use for the OnDelete property?A . None B. Cascade C....
For which scenario should you recommend asynchronous integration?
You are training a new Dynamics 365 Finance and Operations developer. You need to recommend where asynchronous integrations should be used instead of synchronous integrations. For which scenario should you recommend asynchronous integration?A . A retailer requires all new customer data captured at point of sale (POS) terminals through the...
Which five actions should you perform in sequence?
DRAG DROP You create a Visual Studio project named ProductUpdates. You must update data in a table named ProductTable. You must be able to run the code from Visual Studio. You need to create an X++ class. Which five actions should you perform in sequence? To answer, move the appropriate...
Which form pattern should you apply?
You need to apply a pattern to the newly created form to satisfy the requirements. Which form pattern should you apply?A . Table of Contents B. Simple Let and Details C. List Page D. Details MasterView AnswerAnswer: B