Hello,
I have a requirement that i have two entities A and B. Let say A contains name (text field) and B contains a field which has a lookup to A entity.
Now, i have a third entity which has two fields (both lookup fields) .Now , if i select name in one lookup ,then the lookup of other field gets filtered based on this.
How can i achieve this?
Thanks for any help!