By default, the Trillium Quality for Dynamics web resource XML file is cached for 20 minutes. You can modify this cache time (for example, during testing of configuration changes) through the Plug-in Registration Tool. The Plug-in Registration Tool is a Dynamics SDK utility available from Microsoft. If you do not have a copy of the Plug-in Registration Tool you can download it from the Microsoft website. After downloading and extracting, there should be a compiled executable in the /Tools/PluginRegistration directory.
To modify the web resource XML file’s cache time
-
On your CRM server, double-click PluginRegistration.exe to run the Plug-in Registration Tool. The Plug-in Registration Tool window opens.
-
Double-click your CRM host, enter your CRM credentials and click OK. A list of organizations available on the selected server and domain displays.
-
Double-click your organization. A list of assemblies displays.
-
Expand the assembly Trillium.Crm.Plugin.Main.
-
Expand Trillium.Crm.Plugin.Main.CleanserMatcherHandler.
-
Double-click one of the update steps to open the Update Existing Step window.
-
Modify the CacheMinutes. The minimum value is one (1).
<TSSConfig WebResourceXml="tss_WebResource" CacheMinutes="20" />
-
Click Update Step to change the value. The Update Existing Step window closes.
-
Repeat Steps 6 and 7 for all update steps.
-
Close the registration tool.