Certs Club
Home
Oracle Microsoft Cisco CompTIA Salesforce Amazon AACE International Acams Anthropic Apple View All Vendors →
Login Register

Microsoft DP-700 - Implementing Data Engineering Solutions Using Microsoft Fabric Certification Exam

Download Exam View Entire Exam
Page: 3 / 3
Question #11 (Topic: demo questions)

You need to update the CashDisc report to meet the requirements.

A.
Customize the existing CashDisc report in the overlayering model and add the new field to the
design.
B.
Extend the existing CashDisc report in the extension model and add the new field to the design.
C.
Duplicate the existing CashDisc report in the extension model and add the new field to the design.
D.
Delete the existing CashDisc report in the extension model and create a new report.
Correct Answer: B
Explanation:
B. Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value.
Why?
In Dynamics 365 Finance and Operations, the recommended approach is to use extensions and event handlers rather than modifying existing application code.
  • A post handler allows you to extend the behavior of an existing method without changing the original code.
  • This follows the extension model and keeps your customization upgrade-safe.
  • You can add logic for the new enum values (Quarantine, InTransit) in the handler.
Why not A?
A. Add a new case statement in the model of the existing code.
This requires modifying the original method and adding new code directly to the existing application object, which is essentially overlayering. Overlayering is not the recommended approach and should be avoided whenever an extension mechanism is available.

Question #12 (Topic: demo questions)

HOTSPOT
You need to modify the CashDisc form to meet the requirements.
Which objects should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

A.


Correct Answer: A
Explanation:
Scenario: CashDisc form
Box 1: extension
To add a new field to an existing table, you must first create a table extension.
You can add new data sources to existing forms through extension. Follow these steps.
In the extension model, create a form extension for the selected form.
Right-click the form extension, and then select New Data Source.
Box 4: data source
Often, the information that is stored in existing tables doesn't satisfy customer requirements.
Therefore, additional tables must be created, and data from those tables must be shown on pages.
You must extend the CashDisc form to add a new field named MinimumInvoiceAmount to the form.
You must add a new Extended Data Type to the extension model for the new field. The new field
must be added above the discount method field. The field must display 10 characters.
Download Exam
« Prev Page: 3 / 3
Next Page