# Restore Subscription Status
# Overview
When a user has changed the subscription status of the items in a subscription folder by mistake, the previous status can be restored from the folder's own report. The report contains the full change history per item, including a column that calculates the status each item had before the change.
The restore itself is a normal import: a two-column file that sets the status back on each subscription item.
# Step 1 — Create the report
- Right-click the subscription folder and choose Report.
- Open the Excel file that is created. The last sheet, HistoricalStatus, lists every status change of every item in the folder.
The sheet contains one row per status change, with these columns:
| Column | Meaning |
|---|---|
ItemID | Identifies the subscription item — this is the ID the import needs |
ContactID, Name, Company | The contact behind the item |
CurrentStatus | The status the item has now |
StatusChangedTo, StatusCodeChangedTo | The status set by this change |
StatusChangedOn, StatusChangedBy | When the change was made, and by whom |
PreviousStatusCode | A formula that returns the status the item had before this change |
# Step 2 — Filter the wrong changes
- Filter on the user and/or the date to isolate the changes that were made by mistake.
- Filter the
CurrentStatuscolumn on the wrongly assigned status. This step is needed to leave out the items that were changed again — correctly — after the mistake.
# Step 3 — Build the import file
- Copy the filtered result to a new sheet. Use Paste values, so the calculated
PreviousStatusCodebecomes a fixed value instead of a formula. - Rename the column
ItemIDtoCM_ID. - Rename the column
PreviousStatusCodetoStatus. - Delete all other columns. The result is a sheet with two columns: column A
CM_ID, column BStatus. - Save the sheet as a new file.
# Step 4 — Import
- Open ContactManager, go to Configuration → CRM Configuration and open the Import tab.
- Select the file created in step 3.
- Choose import type Update — see Import types.
- Tick Always update.
- Click Import and refresh until the import has finished.
Check the result in the subscription folder.