Hello Folks,
I have a custom lookup field "Region (of type Team entity)" on the Team entity itself (i.e. have created a self-referential relationship (1: N) on Team entity).
And I also have a lookup field "Employee" of custom entity Employee on Team entity as shown below:
Now, I want to filter Employee lookup based on the Region selected.
But in Related records filtering it does not show the Region Lookup field i.e. self-referential lookup, see screenshot below:
Note: I do not want to use custom javascript code.
Query:
Why I am not able to see the Region lookup (of type Team entity) in the Related records filtering list? Self-reference might be causing the problem, but anyone has an idea why this isn't working.
Any help will be appreciated.
Thank you