Question 1easymultiple choice
Read the full Describe shared Dynamics 365 ERP features explanation →MB-920 Describe shared Dynamics 365 ERP features • Complete Question Bank
Complete MB-920 Describe shared Dynamics 365 ERP features question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit.
```
<Request>
<Header>
<MessageId>12345</MessageId>
<Action>https://schemas.microsoft.com/.../SalesOrderService/insert</Action>
</Header>
<Body>
<SalesOrder>
<CustomerAccount>US-001</CustomerAccount>
<OrderLine>
<ItemNumber>1000</ItemNumber>
<Quantity>10</Quantity>
</OrderLine>
</SalesOrder>
</Body>
</Request>
```Refer to the exhibit.
```json
{
"Company": "USMF",
"LegalEntity": "Contoso Entertainment USA",
"SharedData": {
"ChartOfAccounts": "Shared",
"Currencies": ["USD", "EUR"],
"FiscalCalendar": "Standard",
"ExchangeRateType": "Monthly average"
}
}
```Refer to the exhibit. ``` Error: Inventory reservation failed for item A0001. Reason: On-hand inventory is negative. ```