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
LeebiesLeebies 

Pulling Related Data From Parent Object

OK, I have the following issue.  I have multiple Object Related to each other.

For example:

Assets, Orders, Opps and Projects are all linked together so you can add the relationship within any of the page view.

The problem I do have tho is if I go to an Opp that is related to a project and order, and I go to create a new Asset, it only pulls the Opp into the Opp field and doesnt pull the related Orders or Projects.

Is there a way around this?

Thanks.