A company is implementing Dynamics 365 finance and operations apps.
The company must integrate its native Dynamics 365 finance and operations apps custom enhancements with Azure.
You need to create the custom business events within a development environment.
Which two classes should you use to extend the custom business events? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
You need to set up the recurring data integration to pull data from the SFTP site into Dynamics 365 Finance Which API architecture type should you use?
You need to apply a form pattern to the Vendor exclusion list. Which pattern should you use?
A list page presents a set of data on a user interface that is optimized so that you can browse records, find the right record, and then take an action upon that record. The list page lets the user search, filter, and sort the data. FactBoxes on the right side of the grid show related data for the active record. Actions that are relevant to the record are located on the ActionPane at the top of the page.
Scenario: You must develop a new solution to maintain a Vendor exclusion list for each customer and item combination. The solution must meet the following requirements:
Isolate all new vendor exclusion codes as a new assembly by creating a table named VendExclusions.
Create an index for the table named PrimaryIdx that uses the following fields: CustAccount, ItemId, VendAccount.
Ensure that users can open the Vendor Exclusion list report from the customer master form. The list must display the customer account, Item ID, and Vendor account fields.
A company uses Dynamics 365 Finance. You implement an abstract class named Car. The Car class has the following:
* A real member called weight that is used to store the weight of the car.
* An abstract getWeight method that returns the value of the weight member.
The Car class code is:
You must create a child class named BigCar.
You need to implement the Car class by using the BigCar child class.
Which code segment should you use?
A.
B.
C.
D.
You have a table in which multiple properties must be changed. Multiple table properties are locked down at
the base table and must not be overwritten.
You need to modify the table properties by extending the table.
Which table property can you populate in a table extension by using the property sheet?
You can now modify the following properties through the property sheet:
Modified Date Time
Created By
Created Date Time
Modified By
Country Region Codes
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/modify-properties