Question 1mediummultiple choice
Read the full Describe Dynamics 365 Project Operations explanation →MB-920 Describe Dynamics 365 Project Operations • Complete Question Bank
Complete MB-920 Describe Dynamics 365 Project Operations question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit.
{
"name": "Project Approval Workflow",
"steps": [
{
"type": "condition",
"expression": "Project.Status == 'Draft' && Project.Budget > 50000",
"trueBranch": "Senior Manager Approval",
"falseBranch": "Auto-Approve"
},
{
"type": "approval",
"name": "Senior Manager Approval",
"approvers": ["SeniorManager@contoso.com"],
"timeout": 7,
"onTimeout": "Reject"
},
{
"type": "action",
"name": "Auto-Approve",
"action": "SetProjectStatus('Approved')"
}
]
}Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Define tasks, resources, and timelines
Assign and schedule project resources
Capture project-related hours and costs
Track project financials and profitability
Generate invoices based on project progress