Which action should you perform?
You are a Dynamics 365 Finance and Operations developer. You need to create an extension class. Which action should you perform? A. Mark the class as final. B. Add the suffix .extension to the file name. C. Mark the class as protected. D. Mark the class as private. Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/method-wrapping-coc
What are two possible ways to achieve the goal?
You need to prepare to deploy a software deployable package to a test environment. What are two possible ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. In Visual Studio, export the project and upload the project to the asset library. B. In […]
You need to display the elements by model.
You are a Dynamics 365 Finance and Operations developer. You have a virtual machine that includes Visual Studio. You need to display the elements by model. What should you do? A. Select Model management from the menu and then select View all package dependences. B. Right-click the Application Object Tree (AOT) node in Application Explorer […]
Does the solution meet the goal?
You create a new form in a project. You need to display tabs in a vertical alignment. Solution: Apply the Details Master pattern. Does the solution meet the goal? A. Yes B. No Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/details-master-form-pattern
You need to display tabs in a vertical alignment.
You create a new form in a project. You need to display tabs in a vertical alignment. Solution: Apply the Operational Workspaces pattern. Does the solution meet the goal? A. Yes B. No Reference: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/workspace-form-pattern
You need to display tabs in a vertical alignment.
You create a new form in a project. You need to display tabs in a vertical alignment. Solution: Apply the Simple List pattern. Does the solution meet the goal? A. Yes B. No Reference: https://docs.microsoft.com/sv-se/dynamics365/fin-ops-core/dev-itpro/user-interface/simple-list-details-form-pattern
You need to configure filtering for the Vendor Past Due Invoices form.
You must create a batch job to identify modified CashDisc.MinimumInvoiceAmount values and apply these to open Purchase Lines. You need to configure filtering for the Vendor Past Due Invoices form. Which two filtering types can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. QuickFilter B. […]
What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
You need to meet the requirements for the purchase order creation form. What are two possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: each correct selection is worth one point. A. Create a class and add a form data source event handler method to the class. B. In Application […]
Which pattern should you use?
Background Wide World Importers sell office supplies, furniture, and fittings to their customers across the United States. The company has the following locations: • a retail store in Seattle • a warehouse in Seattle • a customer support and call center in Atlanta • a team of field workers that provide furniture installation services at […]