> For the complete documentation index, see [llms.txt](https://kb.bevica.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.bevica.com/bevica-select/faqs/bevica_select_faq_-_sales_ledger.md).

# FAQ - Sales Ledger

The following is a list of Frequently Asked Questions including queries or issues within the Sales Ledger area.

### How can I check the result of a cash receipt journal before I post it

There are two options:

1. On the Cash Receipt Journal page, select Home - Post - Preview Posting. This will check for errors and list the entries that will be posted. See also [Preview Posting Results](https://learn.microsoft.com/en-us/dynamics365/business-central/ui-how-preview-post-results).
2. If the GL account is ticked as a Reconciliation Account (this is a field on the GL Account card), on the General Journal page, select Home - Reconcile. This will list all of the GL accounts which are set as a reconciliation account, the value that will be posted to the account when the journal is posted (Net Change in Jnl.) and the balance in the account after the journal is posted (Balance after Posting).

### I have posted a customer payment with an incorrect Posting Date, can I amend this?

You cannot change the posting date on posted transactions. See [correcting posted general journals](/bevica-select/faqs/bevica_select_-_faq_-_general_journals.md) for details on what you can do.

### I have posted a journal with an incorrect description, can I amend this?

On the Customer Ledger Entries page, you can Edit List and change the description on posted transactions.

### I have posted a journal with an incorrect dimension, can I amend this?

Whilst you can amend the dimension on General Ledger Entries by running the Correct Dimension function, this only updates general ledger entries not entries in other ledgers including the customer ledger. See [correcting posted general journals](/bevica-select/faqs/bevica_select_-_faq_-_general_journals.md) for details on what you can do.

### 'Posting Date is not within your range of allowed posting dates' error

Check the posting date on the journal line to make sure this is correct. If it is, you will need to speak to your finance super user to check your allowable posting dates.

[Learn Module: Search, Filter, and Sort Data in Dynamics 365 Business Central](https://docs.microsoft.com/en-us/learn/modules/search-filter-sort-data-dynamics-365-business-central/)

[Learn Module: Dimensions in Dynamics 365 Business Central](https://docs.microsoft.com/en-us/learn/modules/dimensions-dynamics-365-business-central/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kb.bevica.com/bevica-select/faqs/bevica_select_faq_-_sales_ledger.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
