Skip to content

Commit 772af69

Browse files
authored
Merge pull request #1713 from MicrosoftDocs/master
final update
2 parents 81a3524 + fe73ce1 commit 772af69

5 files changed

+472
-468
lines changed

business-central/TOC.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
##### [Design Details: Item Application](design-details-item-application.md)
4242
##### [Design Details: Known Item Application Issue](design-details-inventory-zero-level-open-item-ledger-entries.md)
4343
##### [Design Details: Cost Adjustment](design-details-cost-adjustment.md)
44-
##### [Design Details: Posting Date on Adjustment Value Entry](design-details-inventory-adjustment-value-entry-posting-date.md)
44+
##### Design Details: Posting Date on Adjustment Value Entry
45+
###### [Design Details: Posting Date on Adjustment Value Entry](design-details-inventory-adjustment-value-entry-posting-date.md)
46+
###### [Error Message "Posting Date is not within your range of allowed posting dates"](design-details-inventory-adjustment-value-entry-allowed-posting-dates.md)
47+
###### [Posting Date on Adjustment Value Entry Compared to the Source Entry](design-details-inventory-adjustment-value-entry-source-entry.md)
4548
##### [Design Details: Expected Cost Posting](design-details-expected-cost-posting.md)
4649
##### [Design Details: Average Cost](design-details-average-cost.md)
4750
##### [Design Details: Variance](design-details-variance.md)
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: Error Message "Posting Date is not within your range of allowed posting dates"
3+
description: Resolve the error behind the message "Posting date is not within your range of allowed posting dates" when running the Adjust Cost - Item Entries batch job.
4+
author: edupont04
5+
6+
ms.service: dynamics365-business-central
7+
ms.topic: conceptual
8+
ms.devlang: na
9+
ms.tgt_pltfrm: na
10+
ms.workload: na
11+
ms.search.keywords:
12+
ms.date: 09/17/2021
13+
ms.author: edupont
14+
15+
---
16+
17+
# Error message: "Posting Date is not within your range of allowed posting dates…"
18+
19+
When using the **Adjust Cost - Item Entries** batch job you may run into the following error message:
20+
21+
**Posting date is not within your range of allowed posting dates**
22+
23+
This error message indicates that the user is not allowed to post entries for the date in question, and this can be remedied by changing the user setup.
24+
25+
## Change the user setup
26+
27+
|User ID |Allow Posting From | Allow Posting To |
28+
|---------|---------|--------|
29+
|EUROPE | 2020-09-11 |2020-09-30 |
30+
31+
The user in this case has an allowed posting date range from September 11th to September 30th and is therefore not allowed to post the Adjustment Value Entry with Posting Date September 10th.
32+
33+
### Overview of involved posting date setup
34+
35+
#### Inventory Periods
36+
37+
|Ending Date |Name |Closed |
38+
|---------|---------|---------|
39+
|2020-01-31 |January 2020 | Yes |
40+
|2020-02-28 |February 2020 | Yes |
41+
|2020-03-31 |March 2020 | Yes |
42+
|2020-04-30 |April 2020 | Yes |
43+
|2020-05-31 |May 2020 | Yes |
44+
|2020-06-30 |June 2020 | Yes |
45+
|2020-07-31 |July 2020 | Yes |
46+
|2020-08-31 |August 2020 | Yes |
47+
|2020-09-30 |September 2020 | |
48+
|2020-10-31 |October 2020 | |
49+
|2020-11-30 |November 2020 | |
50+
|2020-12-31 |December 2020 | |
51+
52+
#### General Ledger Setup
53+
54+
|Field|Value|
55+
|---------|---------|
56+
|Allow Posting From: | 2020-09-10 |
57+
|Allow Posting To: | 2020-09-30 |
58+
|Register Time: | |
59+
|Local Address Format:| Post Code |
60+
61+
#### User Setup
62+
63+
|User ID |Allow Posting From | Allow Posting To |
64+
|---------|---------|--------|
65+
|USERNAME | 2020-09-10 |2020-09-30 |
66+
67+
Assigning a wider allowed posting date range, as in Inventory Period or General Ledger Setup, makes it possible to avoid the conflict that causes the error message. The Adjustment Value Entry with Posting Date September 10th will be posted successfully with this setup.
68+
69+
## See Also
70+
71+
[Design Details: Posting Date on Adjustment Value Entry](design-details-inventory-adjustment-value-entry-posting-date.md)
72+
[Design Details: Inventory Costing](design-details-inventory-costing.md)
73+
[Design Details: Item Application](design-details-item-application.md)
74+
75+
[!INCLUDE[footer-include](includes/footer-banner.md)]

0 commit comments

Comments
 (0)