Disabling the View Cache
The OverrideViewCachen user property disables caching for a view. The value for this user property must use the following format:
OverrideViewCachen
where:
n is a sequential number between 0 and 99. For more information, see Numbering Instances of a User Property.
For example, to disable caching if Siebel CRM makes a dynamic modification to a view. For example, if it modifies a parameter or calls a toggle applet. Starting with Siebel CRM version 8.0, you no longer set this user property in the application .cfg file. You now set it as an application user property in Siebel Tools.
To disable the view cache
Open Siebel Tools.
In the Object Explorer, click Application.
In the Applications list, query the Name property for the Siebel Business Application that contains the view where you must disable the cache.
In the Object Explorer, click Application User Prop.
In the Application User Props list, create a new application user property using values from the following table.
Property Value Name
OverrideViewCache0
You can use OverrideViewCache1, OverrideViewCache2, and so on to disable the cache for more views.
Value
The name of the view where you must disable the cache.
Compile and test your modifications.