Skip to content
Salesforce Pack Documentation
  • Pages
    • Salesforce Pack Documentation
      • Install the pack
      • Sync a report
      • Make edits
      • General settings
    • Objects
    • Fields
    • SOQL
    • Formulas
      • Standard Formulas
      • Lookup Formulas
      • icon picker
        LookupRecords
      • Formula Builders

LookupRecords

Formula that looks up to any ObjectType in Salesforce
LookupRecords formula details
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

 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.