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

    • 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 ...
    • Executing Custom Function in Business Rule

      By executing custom functions in business rules, you can manipulate data in SupportCenter plus and other external applications. requestObj and context are the arguments supported in custom functions. Choose the required custom function from the list ...
    • Connections

      Connections are used to authenticate SupportCenter Plus integration with external applications. To set up connections, register the third party application as a service in SupportCenter Plus. Connections are equipped with three modes of ...
    • Custom Modules: Web Tabs

      SDAdmins can create and design modules from scratch to meet the unique needs of their organization using Custom Modules. Web tabs are one of the two types of custom modules and they function like any other module, where you can collect, store, view, ...
    • Business Rules for Notifications

      Business rules are used to automate certain actions for notifications that fulfill certain incoming criteria. Some of the actions that can be automated using business rules for notifications include pausing specific notifications or turning them off ...