function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
illahee lecturesillahee lectures 

Cross Object Formula Fields

We created a custom object, ticket details, to track ticket purchase history. Right now that custom object only talks to the object contacts. We also need this custom object to talk to organizations (accounts) to view ticket purchase history there as well. How do we create this cross object formula field?

SurekaSureka

Hi,

 

Create a lookup/Master Detail relationship to Account from this custom object. You can then make use of Account fields in the Custom Object.

 

Hope this helps. If so, Please mark the solution as solved.

 

Thanks