Is it possible to display a value from another table (related) on the list or view page?
I have 2 tables related by cCode(company code) field - Service(detail) and Company(master). When displaying the service record in a list or view page, I would like to display the company name from the company table in place of the cCode field from the service table.
Any insight would be appreciated.