Extension

D365 MCQ Questions > D365 F&O Technical

Extension ➲ Extension - Quiz


  • A We can
  • B We can't
  • A Extensions take less time to create.
  • B Build times are reduced with extensions.
  • C Updates are rolled out less frequently by using extensions.
  • D Extensions cost more to maintain than overlaying.
  • A Enums, where the IsExtensible property is set to True, can be extended.
  • B Any enum in Visual Studio can be extended.
  • C Only enums that are contained in the Application Suite model can be extended.
  • D Enums, where the IsExtensible property is set to False, can be extended.
  • A Ensure that the Sync database on build property is set to True.
  • B Check that you're referencing the model that houses the element that you want to extend.
  • C Verify that the AOT is set to Model view instead of Classic view.
  • A Overlayering-based development
  • B Legacy development
  • C Extension-based development
  • D None of the above
  • A Create an extension of the form.
  • B Modify the base code of the form.
  • C Create a new form.
  • D None of the above.
  • A Add a new control, enable or disable an existing control, or change a control's visibility.
  • B Improve the performance of the form.
  • C Fix a bug in the form.
  • D All of the above.