Responder Developer Guide
Upgrade Existing Tree Filters

Resource Center Home

If you're upgrading to version 10.0.2 or later, you'll need to upgrade existing custom tree filters that use VB Script. If you have NOT created any custom tree filters, you can skip the steps outlined below. If you have created custom tree filters, they must be upgraded to use Data View Filter (DVF).

  1. Open ControlStylesConfig.xml and locate your custom tree filters. If you have custom grid filters, they do not need to be changed.
  2. Modify the evaluator to use dvf rather than Vbs. Note that DVF is not case sensitive. For example:
<Evaluator>Vbs:[Company] = 0</Evaluator>

Becomes

<Evaluator>Dvf:[Company] = 0</Evaluator>
  1. Save and close ControlStylesConfig.xml

In rare cases, you may find that some functions may not have an equivalent in DVF. In this case, the function will need to be moved to a custom object.

 

 

 


Send Comment to ArcFMdocumentation@schneider-electric.com