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
Use a JavaScript editor to open the business_logic.js file.
For more information, see Files That the Customization Package Contains.
Change the value for the following attribute:
var archive_activity_days = 7; // 7 days
Add your modification to a customization package.
Publish the customization package.
For more information, see Creating and Publishing the Customization Package.