Skip to content

Commit e5ee58a

Browse files
committed
tech review
1 parent 01d65c4 commit e5ee58a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

business-central/admin-manage-documents.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: edupont
1414
A central role, such as the application administrator, must regularly deal with accumulating historic documents by deleting or compressing them.
1515

1616
> [!TIP]
17-
> For information about other ways to reduce the amount of data stored in a database, see [Reducing Data Stored in Business Central Databases](/dynamics365/business-central/dev-itpro/administration/database-reduce-data) in the Developer and IT pro help.
17+
> For information about other ways to reduce the amount of data stored in a database, see [Reducing Data Stored in Business Central Databases](/dynamics365/business-central/dev-itpro/administration/database-reduce-data) in our Developer and IT pro documentation.
1818
1919
## Delete Documents
2020

@@ -30,7 +30,7 @@ Service orders are not deleted automatically, however, if the total quantity on
3030

3131
## Compress Data with Date Compression
3232

33-
You can compress data in [!INCLUDE [prod_short](includes/prod_short.md)] so that you save space in the database, which in [!INCLUDE [prod_short](includes/prod_short.md)] online can even save you money. The compression is based on dates and works by combining several old entries into one new entry. You can compress entries from closed fiscal years only, and only entries where the **Open** field is set to **No**.
33+
You can compress data in [!INCLUDE [prod_short](includes/prod_short.md)] to save space in the database, which in [!INCLUDE [prod_short](includes/prod_short.md)] online can even save you money. The compression is based on dates and works by combining several old entries into one new entry. You can compress entries from closed fiscal years only, and only entries where the **Open** field is set to **No**. Also, by default, you can only compress data that is at least five years old. If you want to compress data that is less than five years old, contact your Microsoft partner.
3434

3535
For example, vendor ledger entries from previous fiscal years can be compressed so that there is only one credit and one debit entry per account per month. The amount in the new entry is the sum of all the compressed entries. The date assigned is the starting date for the period that is compressed, such as the first day of the month (if the entries are compressed by month). After the compression, you can still see the net change for each account in the previous fiscal year.
3636

@@ -60,16 +60,19 @@ After the compression, the contents of the following fields are always retained:
6060
> [!NOTE]
6161
> After you run date compression, all accounts in the ledger are locked. For example, you cannot un-apply vendor or bank ledger entries for any accounts during the period for which dates are compressed.
6262
63-
The number of entries that result from a Date Compress batch job depends on how many filters you set, which fields are combined, and which period length you choose. There will always be at least one entry.
63+
The number of entries that result from a date compression depends on how many filters you set, which fields are combined, and which period length you choose. There will always be at least one entry.
6464

6565
> [!WARNING]
6666
> Date Compression deletes entries, so you should always make a backup copy of the database before you run the batch job.
6767
6868
### To run a date compression
6969
1. Choose the ![Search for Page or Report](media/ui-search/search_small.png "Search for Page or Report icon") icon, enter **Data Administration**, and then choose the related link.
7070
2. Do one of the following:
71-
1. To use an assisted setup guide to set up date compression for one or more types of data, choose **Data Administration Guide**.
72-
1. To set up compression for an individual type of data, choose **Date Compression**, **Compress Entries**, and then choose the data to compress.
71+
* To use an assisted setup guide to set up date compression for one or more types of data, choose **Data Administration Guide**.
72+
* To set up compression for an individual type of data, choose **Date Compression**, **Compress Entries**, and then choose the data to compress.
73+
74+
> [!NOTE]
75+
> You can only compress data that is more than five years old. If you want to compress data that is less than five years old, contact your Microsoft partner.
7376
7477
## See Also
7578

0 commit comments

Comments
 (0)