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
RajivRajiv 

Pull Date from it's related list without using code?

Hey Everyone,

I have one custom object called as "Organisation". Account object has a look up relationship with this Custom object. So it appears in the related list of Organisation.I want to make formula on Organisation object and want to pull some values from it's related list (i.e Account). I know we can do this through code but is there any other way which we can use instead of coding? Also I can't change the relationship between these two object. Thanks.

 
Shashikant SharmaShashikant Sharma
Hi Rajiv,

I doubt there is any way to achieve it without code.

Thanks
Shashikant
Ravi Dutt SharmaRavi Dutt Sharma
How will you decide from which Account record you want to pull the values? There can be multiple account records present under one organization record.