QuestionQ158

Design and develop AOT elements

You add a field to the SalesTable table by using an extension.

You must ensure that the new field can be used in forms, reports, and code.

What are three possible ways to accomplish this goal? Each correct answer provides a complete solution.

NOTE: Each correct selection is worth one point.

Choose three
  • A Right-click the table and select Synchronize.
  • B Navigate to the Dynamics 365 menu and select Synchronize database.
  • C Right-click the solution and select Synchronize with database.
  • D Set the project property for Synchronize database on build to true and build the solution.
  • E Right-click the project and select Synchronize with database.
Explanation

The new field becomes usable after its metadata is compiled and the database schema is synchronized. Finance and Operations supports synchronizing the entire database from the Dynamics 365 menu, synchronizing the tables in a project by right-clicking that project, or setting the project’s Synchronize database on build property to true and building the solution.

Learn more

Community Discussion

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