Describe the core capabilities of the finance and operations apps →mediumMultiple ChoiceObjective-mapped
MB-920 Practice Question: Describe the core capabilities of the finance and operations apps
Exhibit
Refer to the exhibit.
```json
{
"LegalEntity": "USMF",
"FiscalCalendarYear": "2026",
"BudgetPlanScenario": "Original budget",
"BudgetPlanLine": {
"Account": "600100",
"Amount": 50000.00,
"Currency": "USD"
}
}
```You are reviewing a budget plan import file for Dynamics 365 Finance. The exhibit shows a JSON snippet for a budget plan line. Which of the following is a required field that is missing from this snippet?
⚠ Common exam trap
Many candidates confuse the required fields at the line level with those at the detail level, assuming that fields like Period or Account are mandatory on the BudgetPlanLine object, when in fact they are handled within the BudgetPlanLineDetail.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
BudgetPlanLine.BudgetPlanLineDetail
The BudgetPlanLine.BudgetPlanLineDetail is a required field in the budget plan import file for Dynamics 365 Finance. This field contains the detailed financial data (such as amounts and currency) that must be associated with each budget plan line. Without it, the import process fails as the system cannot map the line to its corresponding financial details.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
BudgetPlanLine.BudgetPlanLineDetail
Why this is correct
The BudgetPlanLineDetail object is required to specify the distribution of the line amount.
- ✗
BudgetPlanLine.Period
Why it's wrong here
Period is not a standard field in budget plan lines; it is derived.
- ✗
BudgetPlanLine.Account
Why it's wrong here
Account is present in the snippet.
- ✗
BudgetPlanLineDetail.BudgetModel
Why it's wrong here
BudgetModel is part of the budget plan header, not the line.
Go deeper
Related to this question
About these practice questions
One of 930 original MB-920 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This MB-920 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MB-920 exam.