Microsoft Dynamics 365: Finance and Operations Apps Developer — Question 65
You add a new field in an extension to the SalesTable table in Dynamics 365 Finance.
You must test the field in the SalesTable form to ensure that you can enter data from the UI. When you open the form in the browser, you receive a SQL error.
You need to resolve the issue.
What should you do?
Answer options
- A. Restart the SQL Server service.
- B. Build the solution.
- C. Restart IIS.
- D. Synchronize the database.
Correct answer: B
Explanation
The correct answer is B, as building the solution is essential to ensure that all changes, including the new field, are compiled and deployed properly. Options A and C are not relevant to addressing the SQL error related to the form's UI, while option D, although useful for database structure changes, does not specifically resolve the immediate issue of needing to compile the new field integration.