Gallery
Salesforce Pack Documentation
Share
Explore
Formulas

icon picker
LookupRecords

Formula that looks up to any ObjectType in Salesforce
LookupRecords formula details
3
1
LookupRecords()
Open
Lookup one or more records in Salesforce.
No results from filter
flow-chart

Parameters

Required
account : The Salesforce account used to pull in this data.
objectType : The object type (Account, Opportunity, MyObject__c, etc.)
Optional
filter : Filter results using Salesforce native SOQL WHERE clause.
sort : Sort results using Salesforce native SOQL ORDER BY clause.
limit : Limit the result count.
offset : Offset the result count.
fields : The fields to fetch on the retrieved records. By default, this formula fetches as many fields as possible up to Salesforce's limit

Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.