November 2019
Intermediate to advanced
672 pages
13h 39m
English
We can define formula fields that reference related objects (from child to parent only, not vice versa). They are called cross-object formulas.
The following is an example of a custom formula field that shows the case's subject on the case detail record:
Case__r.Subject + '(' + Case__r.RecordType.Name +')'
This formula field will display the parent case's Subject field and the case record type's name:

Think about the account's Parent field. You can create a hierarchy of accounts and you can reach into ...
Read now
Unlock full access