MB-920 • Practice Exam 54
Free MB-920 practice exam — 20 questions with explanations. Set 54. No signup required.
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?
Refer to the exhibit.
```json
{
"LegalEntity": "USMF",
"FiscalCalendarYear": "2026",
"BudgetPlanScenario": "Original budget",
"BudgetPlanLine": {
"Account": "600100",
"Amount": 50000.00,
"Currency": "USD"
}
}
```