X++ Programming Fundamentals - D365 F&O Technical - Quiz

  • ACreate a new class and use the 'extends' keyword to specify the superclass it should inherit from.
  • BAdd the desired functionality to the overridden method in the subclass.
  • CIn the subclass, declare a method with the same name and parameters as the method in the superclass.
  • DA, B, C
  • ACreate a new index on the FMCustomer extension table that includes the AccountReferrer field.
  • BEnsure that the new index is not unique.
  • CModify the existing indexes on the FMCustomer table to include the AccountReferrer field.
  • DOption A, B
  • AManually merge data in Excel after exporting individual entities.
  • BDevelop and export a composite data entity that includes all the required entities.
  • CExport each entity separately and combine them using an external database tool.
  • DCreate a custom SQL view in the application database to combine the data.
  • AA retailer requires all new customer data captured at point of sale (POS) terminals through the day sent back to the system.
  • BA retailer wants to ensure gift card balances are communicated back to the system from point of sale (POS) terminals in near real-time.
  • CA manufacturer wants to move production data from an on-premises deployment Dynamics 365 Finance in near real-time.
  • DA warehouse wants to track movement of all inventory from scanners to the system.
  • AAs SQL tables
  • BAs CSV files by using the CDM format that consists of data and metadata
  • CIn a binary format
  • DIn a compressed zip format