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
  • ACreate an extension of the form.
  • BModify the base code of the form.
  • CCreate a new form.
  • 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.