MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer - Quiz

  • ACreate a new relation to the extended table following the same process as adding a relation to a new table.
  • BCreate a new table with the new field and the related field.
  • CUse an event handler to create a relation between the new field and the other table.
  • DModify the properties of the new field to create a relation.
  • AUse the Build and Sync option in the Dynamics 365 menu in Visual Studio.
  • BFrom the Dynamics 365 menu in Visual Studio, select Build models, select the packages that you want to build, and then select Synchronize database on the Options tab.
  • CUse the Synchronize Database option in the SQL Server Management Studio. Manually update the SQL database schema using SQL scripts.
  • DA and B only
  • AUse dual-write to replicate data changes to external applications' databases.
  • BImplement OData feeds to provide external applications with the latest data changes.
  • CSet up business events to trigger workflows in external applications using Microsoft Power Platform.
  • DConfigure a periodic data export service to send updates to external applications.