Skip to content

Commit

Permalink
Merge pull request #1713 from MicrosoftDocs/master
Browse files Browse the repository at this point in the history
final update
  • Loading branch information
edupont04 authored Sep 27, 2021
2 parents 81a3524 + fe73ce1 commit 772af69
Show file tree
Hide file tree
Showing 5 changed files with 472 additions and 468 deletions.
5 changes: 4 additions & 1 deletion business-central/TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@
##### [Design Details: Item Application](design-details-item-application.md)
##### [Design Details: Known Item Application Issue](design-details-inventory-zero-level-open-item-ledger-entries.md)
##### [Design Details: Cost Adjustment](design-details-cost-adjustment.md)
##### [Design Details: Posting Date on Adjustment Value Entry](design-details-inventory-adjustment-value-entry-posting-date.md)
##### Design Details: Posting Date on Adjustment Value Entry
###### [Design Details: Posting Date on Adjustment Value Entry](design-details-inventory-adjustment-value-entry-posting-date.md)
###### [Error Message "Posting Date is not within your range of allowed posting dates"](design-details-inventory-adjustment-value-entry-allowed-posting-dates.md)
###### [Posting Date on Adjustment Value Entry Compared to the Source Entry](design-details-inventory-adjustment-value-entry-source-entry.md)
##### [Design Details: Expected Cost Posting](design-details-expected-cost-posting.md)
##### [Design Details: Average Cost](design-details-average-cost.md)
##### [Design Details: Variance](design-details-variance.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
title: Error Message "Posting Date is not within your range of allowed posting dates"
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.
author: edupont04

ms.service: dynamics365-business-central
ms.topic: conceptual
ms.devlang: na
ms.tgt_pltfrm: na
ms.workload: na
ms.search.keywords:
ms.date: 09/17/2021
ms.author: edupont

---

# Error message: "Posting Date is not within your range of allowed posting dates…"

When using the **Adjust Cost - Item Entries** batch job you may run into the following error message:

**Posting date is not within your range of allowed posting dates**

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.

## Change the user setup

|User ID |Allow Posting From | Allow Posting To |
|---------|---------|--------|
|EUROPE | 2020-09-11 |2020-09-30 |

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.

### Overview of involved posting date setup

#### Inventory Periods

|Ending Date |Name |Closed |
|---------|---------|---------|
|2020-01-31 |January 2020 | Yes |
|2020-02-28 |February 2020 | Yes |
|2020-03-31 |March 2020 | Yes |
|2020-04-30 |April 2020 | Yes |
|2020-05-31 |May 2020 | Yes |
|2020-06-30 |June 2020 | Yes |
|2020-07-31 |July 2020 | Yes |
|2020-08-31 |August 2020 | Yes |
|2020-09-30 |September 2020 | |
|2020-10-31 |October 2020 | |
|2020-11-30 |November 2020 | |
|2020-12-31 |December 2020 | |

#### General Ledger Setup

|Field|Value|
|---------|---------|
|Allow Posting From: | 2020-09-10 |
|Allow Posting To: | 2020-09-30 |
|Register Time: | |
|Local Address Format:| Post Code |

#### User Setup

|User ID |Allow Posting From | Allow Posting To |
|---------|---------|--------|
|USERNAME | 2020-09-10 |2020-09-30 |

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.

## See Also

[Design Details: Posting Date on Adjustment Value Entry](design-details-inventory-adjustment-value-entry-posting-date.md)
[Design Details: Inventory Costing](design-details-inventory-costing.md)
[Design Details: Item Application](design-details-item-application.md)

[!INCLUDE[footer-include](includes/footer-banner.md)]
Loading

0 comments on commit 772af69

Please sign in to comment.