Skip to Content

MB-500: What Are the Best Methods for Automating CRUD Operations in Dynamics 365?

Table of Contents

Question

You are developing a custom module for finance and operations apps that requires adding several new fields to an existing table without modifying the original table structure.

You need to ensure that the new fields are added following best practices and that CRUD (create, read, update, delete) operations are automated for the custom table.

What should you do? Each correct answer presents part of the solution. Choose two.

Select all answers that apply.

A. Create a new table with the additional fields and establish a foreign key relation to the standard table.
B. Directly add new fields to the standard table by modifying its structure.
C. Use the SysOperation framework to handle the CRUD operations for the new fields.
D. Utilize the SysExtensionSerializer framework to automate CRUD operations on the new table.

Answer

A. Create a new table with the additional fields and establish a foreign key relation to the standard table.
D. Utilize the SysExtensionSerializer framework to automate CRUD operations on the new table.

Explanation

Creating a new table with additional fields and establishing a foreign key relation to the standard table is a best practice when more than 10 fields are added, as it avoids modifying the original table structure. Utilizing the SysExtensionSerializer framework allows for automated CRUD operations on the new table, aligning with best practices. Directly modifying the standard table structure is not recommended as it goes against best practices. The SysOperation framework is not used for CRUD operations on table fields but rather for batch processing and interactive operations.

Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 exam and earn Microsoft Dynamics 365: Finance and Operations Apps Developer MB-500 certification.