Q:
You are working on a Microsoft Dynamics 365 finance and operations application. You need to implement a functionality that will allow the application to perform create, read, update, delete (CRUD) operations on the data.
You need to identify the appropriate X++ code that will allow the application to perform these operations with the least amount of coding effort.
Which X++ code should you use?
-
A
Use the get(), set(), and remove() methods for CRUD operations.
-
B
Use the insert(), update(), and delete() methods for CRUD operations.
-
C
Use the add(), modify(), and remove() methods for CRUD operations.
-
D
Use the select(), insert(), and delete() methods for CRUD operations.
B