Record Filter Fields

Here is a description of the fields on the Record Filter object.

Key: * – Mandatory field;

Record Filter Fields

Field Name

 

Description

Description   Description of the record filter.
Object API Name * API name of the object whose records are processed by the filtered, for example, fferpcore__BillingDocument__c. Note that this object must exist in your org.
Record Filter * Name of the record filter.

Record Filter Criteria Fields

The Record Filter Criteria object is linked to the Record Filter object via a master-detail relationship. Criteria records cannot be created without a related filter.

Here is a description of the fields on the Record Filter Criteria object.

Key: * – Mandatory field; R – Read-only

Record Filter Criteria Fields

Field Name

 

Description

Description   Description of the record filter criteria.
Field API Name *

API name of the field used for filtering. Note that the field must exist on the specified object or its related object.

To filter by a related object's field, enter the API name of the lookup object followed by a dot and the API name of the field. For example, to filter by account name, enter fferpcore__Account__r.Name.

Record Filter * Lookup to the record filter.
Record Filter Criteria R Unique number of the record filter criteria.
Value * Value that the specified field must have to be included by the filter. Note that this field is not case-sensitive. If you want to filter by a checkbox field, you must enter "true" or "false".