Practice Assessment for Exam MB-820: Microsoft Dynamics 365 Business Central Developer

Olha Krainyk 20 Reputation points
2026-07-07T15:00:52.2866667+00:00

Question 33 of 50

You are developing a custom API for a car dealership application using Microsoft Dynamics 365 Business Central. The application manages car brands and models, allowing users to create, read, update, and delete records.

You need to ensure the API supports deep insert operations to create a car brand with multiple car models in one request.

Each correct answer presents part of the solution. Which two actions should you take?

Defining a part on the API Car Brand page for API Car Model using the SystemId field in SubPageLink and setting the Multiplicity property to ZeroOrOne are both necessary actions to support deep insert operations. These configurations establish the required relationships and data handling capabilities. Disabling InsertAllowed, ModifyAllowed, and DeleteAllowed properties would prevent modifications, contradicting the goal. Setting ODataKeyFields to Name and Brand Id does not support deep inserts effectively, as it requires a single GUID field. Setting the ODataBaseUrl property to a custom endpoint does not facilitate deep insert operations, as it does not address the necessary data structure and relationships.

Install the AL language extension in Visual Studio Code - Training | Microsoft Learn Create a custom connector for Business Central - Training | Microsoft Learn

I am confused, why correct answer says setting the Multiplicity property to ZeroOrOne, if it is required to create a car brand with multiple car models in one request.

Community Center | Not monitored
0 comments No comments

Answer accepted by question author
Julian Sharp 43,606 Reputation points
2026-07-07T17:11:41.88+00:00

If you would like to provide feedback about on the Practice Assessment experience, use the Practice Assessment feedback form.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Newest

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.