Hi,
lets say i have 3 entities, Houses, units and tenants
there are multiple houses and for each house, there are multiple units and for each unit there are multiple tenants.
Now i have 2 lookup fields in tenant one for Lookup to House Entity and the other as a Lookup to Unit Entity.
How can I make sure that the unit selected is from that house? I know you can create views and look into those views when selecting the unit but is there not an easier way? The client would like something really simple.
Is it possible to lookup the house but when looking up the house to just view units within that House?
Is it possible to give an error message?
Please help.
Thank you