QuestionQ255

Design and develop AOT elements

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: Add a new form object to the project and name it SalesTable.Extension.

Does this solution meet the goal?

  • A Yes
  • B No
Explanation

A new form object is separate from the existing SalesTable form and does not extend it. Adding a status field through an extension requires a form extension object for SalesTable, not an independently created form that merely has an extension-like name.

Community Discussion

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