Basic Information

appmixer.salesforce.crm.FindContactsByField

1.1.2

Public

Get all contacts related to a chosen Contact field value, for example every contact matching a specific Campaign ID, Account or custom field.

Input Ports

in

FieldTypeDescription
Field text The Contact field to filter on, for example AccountId, LeadSource or a custom field.
Field Value text The value the chosen field must match, for example the Campaign ID or an email address.
Match Type select How the field value is compared. Contains and Starts with use a SOQL LIKE query and only work on text fields — for ID, number or date fields use Exact match.
Output Type select Choose whether you want to receive the result set as one complete list, or one item at a time or stream the items to a file. For large datasets, streaming the items to a file is the most efficient method.

Output Ports

out

notFound

FieldTypeDescription
No fields defined for this port

Full Metadata