Extension in D365 F&O - Quiz

  • ACreate a new entity and copy all the properties from VendorInvoiceLineEntity.
  • BExtend VendorInvoiceLineEntity.
  • COverlayer your changes on the existing VendorInvoiceLineEntity.
  • DEdit VendorInvoiceLineEntity directly.
  • AExtensions take less time to create.
  • BBuild times are reduced with extensions.
  • CUpdates are rolled out less frequently by using extensions.
  • DExtensions cost more to maintain than overlaying.
  • 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.
  • 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.