Data Archiving

Data Archiving

SupportCenter Plus allows you to schedule archiving of requests. This a portal-specific process. 

To schedule archiving: 

    1. Go to Admin>>General Settings>>Data Archiving.

    2. Click Enable Scheduled Data Archiving checkbox.

    3. Configure archiving rule using request status, closing or created date and elapsed time.

    4. To configure exceptions, click Allow Exceptions checkbox and set exception criteria using request column name, condition, and value. You can add multiple criteria.

    5. To configure archiving date, select date and time.

    6. Finally, click Save. 

    • Related Articles

    • Database Migration

      Migration between Postgres and Microsoft SQL SupportCenter Plus comes bundled with Postgres. From build 14000, the database files generated from the scheduled backup are no longer cross-compatible. However, you can migrate between Postgres and ...
    • Write Custom Script in Python

      You need working knowledge of: JSON Python Custom Script File Structure Import required packages Get input arguments Implement the logic Return JSON Frequently Used Packages Package Usage Sys Fetches the input arguments json Manipulates JSON data ...
    • Restore Process

      From build 10600, when restoring the application that uses Microsoft SQL database, you need to have dbcreator or sysadmin roles/permission. Restore Process in Windows Shut down ManageEngine SupportCenter Plus service before you restore the data. From ...
    • Sample Python Script for Business Rules

      Use Case Support rep mustn't be allowed to change the request status to Waiting For Purchase unless the request is approved. Below are the list of Packages used in the script import sys, requests import json,os import datetime ################ Method ...
    • Execute Scripts in Business Rules

      With Execute Script action in business rules, you can validate requests and update field values to automate request workflows. You can use scripts for validation of requests that involve complex conditions or requests that use third-party application ...