MB-500 · Question #334
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…
The correct answer is B. Build the solution. After adding a field to the SalesTable extension and using it in the SalesTable form extension, you must build and synchronize the database with your new changes to make the field visible and functional in the Dynamics 365 Finance environment. 1. Build Your Project This…
Question
Options
- ARestart the SQL Server service.
- BBuild the solution.
- CRestart IIS.
- DSynchronize the database.
How the community answered
(20 responses)- B95% (19)
- D5% (1)
Explanation
After adding a field to the SalesTable extension and using it in the SalesTable form extension, you must build and synchronize the database with your new changes to make the field visible and functional in the Dynamics 365 Finance environment. 1. Build Your Project This compiles your code and updates the project's definition to include the new field and form In Visual Studio, right-click on your project or solution and select the "Build" option. 2. Synchronize with the Database This updates the database schema to reflect the new field you added to the SalesTable extension, making the field available for use. Go to the Dynamics 365 menu in Visual Studio. Select "Synchronize database". 3. Verify the Field To confirm that the field has been successfully added and is visible on the SalesTable form. Navigate to the SalesTable form in the Finance and Operations client. Confirm that your new custom field appears in the designated location on the form. https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/add-field-
Topics
Community Discussion
No community discussion yet for this question.