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
Sergei Wallace 11Sergei Wallace 11 

How to create a related list for Orders associated with a Contact record that appears on the Contact page?

I notice that there isn't an Orders related list that can be displayed on the Contact layout/page via the Customer Authorized By Lookup field on the Orders object. Is there a way to create a custom related list to display all orders associated with a contact via that lookup field? Possibly via a Visualforce page or Lightning component? I imagine I can create a separate contact lookup field on the orders object, but I'd prefer not to do that if I don't have to. 
NagendraNagendra (Salesforce Developers) 
Hi Sergei,

You could try creating a custom Lookup(Contact) field on the Order object and a Related List on the Contact Page Layout. 

Then use the Process Builder to insert the  Customer Authorized By(Contact.Id) into your custom Lookup(Contact) field.

Also, refer to below link which might help you further.
Thanks,
Nagendra