Formulas Flashcards

1
Q

What is a Formula Field in Salesforce?

A

Data within a formula field is automatically updated by Salesforce based on the formula’s logic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Cross Object Formula in Salesforce?

A

A Cross Object Formula is one that references data in a related record.

Example: Create a Formula Field on an Opportunity to display the Account phone number. When the Account’s phone number gets updated, the field on the Opportunity is automatically updated.

https://help.salesforce.com/articleView?id=customize_cross_object.htm&language=en_US&type=0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What’s important to know about Formula Fields?

A

Formula Fields are READ ONLY for ALL users.
For this reason, Formula Fields will NOT be displayed when editing records. The value of the Formula Field is only calculated after the record is saved. This applies to Cross Object Formula fields as well.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some Formula Field limitations in Salesforce?

A
  • Formula Fields CANNOT reference several Field Types, including: Text Area (Long), Text Area (Rich), Picklist (Multi-Select).
  • Some Formula Fields CANNOT be referenced by Roll-Up Summary Fields.
  • There are several restrictions on Formula size (character, save, compile).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the two Formula Editors in Salesforce?

A

Simple and Advanced

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the difference between the two Formula Editors in Salesforce?

A

The Simple Editor does not provide access to cross-object formulas or functions.

The Advanced Editor provides access to cross-object variables and functions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Examples of Advanced Formula Fields:

A

https://help.salesforce.com/articleView?id=useful_advanced_formulas.htm&language=en_US&type=0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly