My company is currently in the process of migrating from IFSAPP10 to IFS Cloud.
One configuration we have for our end-users is the addition of the Customer Order Lines page as a tab underneath Sales Part:

We prefer not to customize the solution as much as possible and leverage the mechanisms that are afforded to us from within the application itself.
I was able to add the CustomerOrderLine as entity association, but I’m finding issue with trying to recreate the linked columns like Customer or Site.

Trying to add another entity association between CustomerOrderLine and CustomerInfo within the SalesPartHandling projection creates a “one-to-many-to-many” relationship which I am able to expose through a nested list component, but ultimately leads me to believe that I am approaching this the wrong way.
Has anyone had any luck with this kind of configuration?