Adding Filters to Objects

Overview

This guide explains how to add filters to objects within a template. Adding a filter allows you to migrate only specific records of an object.

Add Filters

1

Select Template

  1. Click Templates from the left sidebar menu.

  2. Click the template to add object filters to.

2

Add Single Filter Condition

A filter consists of one or more filter conditions. A filter condition checks whether a record meets a specific rule by comparing a field's value against the filter’s value using a logical operation.

circle-info

The filter in this example does the following:

  • Filter Account records whose Name equals Example Company.

  1. Click the object to add filters to.

  2. Click the Filters tab.

  3. Click Add Filter to add a new filter condition.

  4. Click the Select field dropdown menu.

  5. (Optional) Enter the field name to search for the field.

  6. Select the field to use for the filter condition.

  7. Click the Select option dropdown menu.

  8. Select the logic operation to use for the filter condition.

  9. Enter a field Value in the last textbox of the filter condition. This is the value the filter compares to the record's value.

  10. Click Save to save the filter.

3

Add Multiple Filter Conditions

Multiple filter conditions can be added to an object. There are two options for combining filter conditions:

Basic Logic

All filter conditions are combined with an AND operation. Meaning all filter conditions must be met.

Custom Logic

With custom logic, you can combine filter conditions by defining your own custom logic using AND, OR, and () operations. Filter conditions are included with their row number. For example 2 AND (1 OR 3) means that the filter is true if condition 2 is met, and either condition 1 or condition 3 is met.

circle-info

The filter in this example does the following:

  • Filter Account records whose Name equals Example Company.

  • Or, filter Account records whose Type is not a Technology Partner.

  1. Click Add Filter to add another filter condition.

  2. Complete the filter condition by following the instructions in the section above.

  3. Repeat this process to add as many filter conditions as needed.

  4. Determine how you want the filter conditions combined. See the table above for an explanation of the options. If Basic Logic is used, no other action is necessary.

Use Custom Logic

  1. Click the Logic Selection dropdown menu.

  2. Select Custom logic.

  3. Enter your custom logic in the textbox to the right of the dropdown menu.

circle-info

Custom logic can use AND, OR, and () operations to combine filter conditions by their row number.

  1. Click Save to save the filter.

4

Save Template

Once you have added filters to as many objects as necessary, save the template.

  1. Click Save template to save your changes.

Last updated

Was this helpful?