Hello,
I have three entities like Tenant, Project Master and Building. I have already setup relationships with them N:1 to Master table from others two tables. There are two lookup fields in Tenant table Property name and Building Address. Right now lookup is working but primary key is coming as values. But I want to have properties name along with related Building addresses when selected. FYI, application id, project id and building id is unique identifier.
Thanks in Ad