Courseiva
Describe Dynamics 365 Supply Chain ManagementhardMultiple ChoiceObjective-mapped

MB-920 Describe Dynamics 365 Supply Chain Management Practice Question

Exhibit

Refer to the exhibit.

```json
{
  "BatchJob": {
    "Id": "0001",
    "Status": "Executing",
    "Recurrence": {
      "DaysInterval": 1,
      "Time": "02:00:00"
    },
    "Tasks": [
      {
        "TaskId": "T1",
        "Description": "Master planning run",
        "Parameters": {
          "PlanningMethod": "Regeneration",
          "IncludeSafetyStock": true,
          "FirmPlannedOrders": false
        }
      }
    ]
  }
}
```

A batch job for master planning is configured as shown. The job runs daily at 2 AM. The planner notices that planned orders are not being firmed automatically. What is the likely reason?

⚠ Common exam trap

Test-takers frequently assume the issue is related to scheduling frequency or error status, but the question specifically tests knowledge of the `FirmPlannedOrders` parameter, which is a common configuration oversight in master planning batch jobs.

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 parameter FirmPlannedOrders is set to false.

The batch job for master planning is configured to run daily at 2 AM, but planned orders are not being firmed automatically. The most likely reason is that the parameter `FirmPlannedOrders` is set to `false`. In Dynamics 365 Supply Chain Management, this parameter controls whether planned orders are automatically firmed during master planning execution. When set to `false`, the system will generate planned orders but will not automatically convert them to firm planned orders or production/purchase orders, requiring manual intervention.

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 parameter FirmPlannedOrders is set to false.

    Why this is correct

    When FirmPlannedOrders is false, planned orders are not automatically firmed.

  • Safety stock is not included in the planning.

    Why it's wrong here

    IncludeSafetyStock is true, so safety stock is included.

  • The recurrence is set to run daily, but the job should run hourly.

    Why it's wrong here

    The recurrence is set correctly for daily planning; frequency is not the issue.

  • The job status shows an error.

    Why it's wrong here

    The status is 'Executing', indicating no error.

About these practice questions

This MB-920 question is part of Courseiva's 930-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.