Controlling How Siebel CRM Desktop Handles Archived Items

This topic describes how to control how Siebel CRM Desktop handles an archived item.

To control how Siebel CRM Desktop handles archived items

  1. Use a JavaScript editor to open the business_logic.js file.

    For more information, see Files That the Customization Package Contains.

  2. Change the value for the following attribute:

    var archive_activity_days = 7; // 7 days
    
  3. Add your modification to a customization package.

  4. Publish the customization package.

    For more information, see Creating and Publishing the Customization Package.