Salesforce Pack Documentation
Share
Explore
info

Formulas prefixed with Lookup can search more fields, formulas without that prefix use only Id or URL

Formulas prefixed with Lookup, like LookupContacts() for example, allow for the SOQL WHERE clause to be used and the ability to lookup results using many various fields for searching.
Formulas NOT prefixed with Lookup are simpler and require either the Id or the URL for the record.
Id is usually found in the URL and looks like this, 0055w00000FFYi5AAH
URL works as well when the id is included. ​https://my_salesforce_install.com/0055w00000FFYi5AAH/view
Notes
Formula
Description
1
Open
LookupRecords()
Lookup one or more records in Salesforce.
2
Open
LookupOpportunities()
Lookup one or more Opportunity records in Salesforce.
3
Open
LookupAccounts()
Lookup one or more Account records in Salesforce.
4
Open
LookupCampaigns()
Lookup one or more Campaign records in Salesforce.
5
Open
LookupContacts()
Lookup one or more Contact records in Salesforce.
6
Open
LookupLeads()
Lookup one or more Lead records in Salesforce.
7
Open
LookupCases()
Lookup one or more Case records in Salesforce.
8
Open
LookupTasks()
Lookup one or more Task records in Salesforce.
9
Open
Opportunity()
Lookup one or more Opportunity records in Salesforce by its ID or URL.
10
Open
Account()
Lookup one or more Account records in Salesforce by its ID or URL.
11
Open
Campaign()
Lookup one or more Campaign records in Salesforce by its ID or URL.
12
Open
Contact()
Lookup one or more Contact records in Salesforce by its ID or URL.
13
Open
Lead()
Lookup one or more Lead records in Salesforce by its ID or URL.
14
Open
Case()
Lookup one or more Case records in Salesforce by its ID or URL.
15
Open
Task()
Lookup one or more Task records in Salesforce by its ID or URL.
There are no rows in this table

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.