Responder Overview > Responder Customizations > Filters > Upgrade Existing Tree Filters |
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).
<Evaluator>Vbs:[Company] = 0</Evaluator>Becomes
<Evaluator>Dvf:[Company] = 0</Evaluator>
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.