You are developing a model extension for Dynamics 365 Finance that extends objects from the Application Foundation package.You need to create and configure a new model for the extension.Which two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
You are working with extended data types in Visual Studio.You need to create an extension of an Extended Data Types (EDT) that is derived from base data types.Which three properties can be modified? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.
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?
HOTSPOT -You are a Dynamics 365 Finance developer. You have the following code: (Line numbers are created for reference only.)Which values does the info() method return? To answer, select the appropriate option in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
You are a Dynamics 365 Finance developer.You have a table named FMVehicle that contains a field named VehicleId. The table has an index named VehicleIdIdx on the VehicleId field. You declare a table buffer named vehicle to refer to the table.You need to select all records from the FMVehicle table in ascending order based on VehicleId field in the vehicle variable.Which embedded-SQL statement should you use?
DRAG DROP -You are creating a new class and adding methods to the class.You need to control extensibility capabilities of some of the methods in the class.Which attribute should you use? To answer, drag the appropriate attributes to the correct requirements. Each attribute may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.NOTE: Each correct selection is worth one point.Select and Place: