Extension in D365 F&O - Quiz

  • AEnums, where the IsExtensible property is set to True, can be extended.
  • BAny enum in Visual Studio can be extended.
  • COnly enums that are contained in the Application Suite model can be extended.
  • DEnums, where the IsExtensible property is set to False, can be extended.
  • AEnsure that the Sync database on build property is set to True.
  • BCheck that you're referencing the model that houses the element that you want to extend.
  • CVerify that the AOT is set to Model view instead of Classic view.
  • AOverlayering-based development
  • BLegacy development
  • CExtension-based development
  • DNone of the above
  • AAdd a new control, enable or disable an existing control, or change a control's visibility.
  • BImprove the performance of the form.
  • CFix a bug in the form.
  • DAll of the above.
  • ACreate a new class in the AOT and implement the inventory adjustment logic within a method.
  • BExtend an existing inventory class and override the update method to include the new logic.
  • CCreate a batch job that periodically adjusts inventory levels based on purchase orders.
  • DOption A and B Only