Describe the core capabilities of the finance and operations apps →hardMultiple ChoiceObjective-mapped
MB-920 Practice Question: Describe the core capabilities of the finance and operations apps
Exhibit
Refer to the exhibit.
```
{
"Entity": "VendorInvoiceHeader",
"Action": "Validate",
"Rules": [
{
"Field": "InvoiceDate",
"Condition": "InvoiceDate <= Today",
"Error": "Invoice date cannot be in the future"
},
{
"Field": "TotalAmount",
"Condition": "TotalAmount > 0",
"Error": "Total amount must be positive"
}
]
}
```Refer to the exhibit. A validation rule configuration for Dynamics 365 Finance and Operations is shown. What happens when a user enters a vendor invoice with an invoice date of tomorrow and a total amount of $100?
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
✓
The date rule fails and the invoice is not saved
The validation rule checks that InvoiceDate <= Today. Since tomorrow's date is greater than today, the date rule fails, and the invoice is not saved. Option A is incorrect because the amount rule does not fail (the total amount is positive $100). Option B is incorrect because the date rule fails, so the invoice is not saved. Option D is incorrect because the date rule fails, not passes.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The amount rule fails and the invoice is not saved
Why it's wrong here
The amount is positive, so it passes.
- ✗
Both rules pass and the invoice is saved
Why it's wrong here
The date rule fails because invoice date is in the future.
- ✓
The date rule fails and the invoice is not saved
Why this is correct
The date rule fails because InvoiceDate > Today.
- ✗
The date rule passes, but the amount rule fails
Why it's wrong here
The date rule fails, not passes.
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.