Skip to content

Commit c38e4ce

Browse files
authored
Added the new article.
1 parent 7a32d99 commit c38e4ce

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

support/dynamics-365/supply-chain/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,3 +384,5 @@
384384
href: warehousing/shipment-cannot-be-confirmed-customer-is-on-hold-error.md
385385
- name: You can't confirm a shipment because load lines have quantity zero
386386
href: warehousing/load-line-quantity-is-zero.md
387+
- name: The size of the request xml exceeds the maximum allowed value error in the Warehouse management mobile app
388+
href: warehousing/the-size-of-the-request-xml-exceeds-the-maximum-allowed-value-error-in-the-warehouse-management-mobile-app.md
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: The size of the request xml exceeds the maximum allowed value error in the Warehouse management mobile app
3+
description: Provides resolution on how to resolve the "The size of the request xml exceeds the maximum allowed value" error in the Warehouse management mobile app.
4+
ms.date: 03/03/2025
5+
# ms.search.form:
6+
audience: Application User
7+
ms.reviewer: kamaybac, ivanma
8+
ms.search.region: Global
9+
ms.author: mirzaab
10+
ms.search.validFrom: 2025-03-03
11+
ms.dyn365.ops.version: 10.0.39
12+
ms.custom: sap:Warehouse management
13+
---
14+
# The size of the request xml exceeds the maximum allowed value error in the Warehouse management mobile app
15+
16+
This article provides resolutions on how to resolve the "The size of the request xml exceeds the maximum allowed value" error in the Warehouse management mobile app.
17+
18+
## Symptoms
19+
20+
The "The size of the request xml exceeds the maximum allowed value" error is shown in the Warehouse management mobile app when opening a *Display open work list* mobile device flow.
21+
22+
## Cause
23+
24+
The Warehouse management mobile app is communicating with the Dynamics 365 Supply Chain Management service through an XML file. The system has built-in limit on the size of that XML file. So, if there are many warehouse works that should be displayed in the Warehouse management mobile app, this can lead to the XML file size being too large.
25+
26+
## Resolution
27+
28+
To resolve this issue, you can limit the number of warehouse works shown in the Warehouse management mobile app.
29+
30+
Follow these steps to reduce the number of shown warehouse works:
31+
1. Open the **Mobile device menu items** form (**Warehouse management** > **Setup** > **Mobile device** > **Mobile device menu items**).
32+
1. Find the impacted menu item.
33+
1. Click the **Edit query** button in the Action Pane.
34+
1. Edit the query to reduce the number of displayed works.
35+
36+
> [!NOTE]
37+
> For more information about editing the queries, see [User-configurable queries in warehouse management](/dynamics365/supply-chain/warehousing/user-configurable-queries-in-warehouse-management).

0 commit comments

Comments
 (0)