QuestionQ254

Apply developer tools

You are adding a new field to the SalesTable form.

You must use an extension to add a status field to the form.

You need to create the extension in the Application Object Tree (AOT) and add the extension to the demoExtensions model.

Solution: Navigate to the user interface forms section for the SalesTable form and create a customization.

Does this solution meet the goal?

  • A Yes
  • B No
Explanation

A status field must be added through a SalesTable form extension created in the Application Object Tree and included in the demoExtensions model. A form customization alone does not satisfy the required extension-and-model implementation. Microsoft documents that metadata such as controls on forms is extended by creating extensions, which compile separately from the base model.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!