QuestionQ234

Develop and test code

You add a new field through an extension of the SalesTable table in Dynamics 365 Finance.

You must test the field in the SalesTable form to confirm that data can be entered from the UI. When you open the form in a browser, a SQL error occurs.

You need to fix the issue.

What should you do?

  • A Restart the SQL Server service.
  • B Build the solution.
  • C Restart IIS.
  • D Synchronize the database.
Explanation

A table-extension field must be synchronized to update the underlying SQL table schema. After the database is compiled and synchronized, the new field can be viewed and edited in the user interface; synchronization resolves errors caused by the missing database column.

Learn more

Community Discussion

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