Hello,
There is build in field in Account entity named 'Parent Account' which I am using to maintain relationship (hierarchy) of Banks and Branches, like image below:
I have added two custom lookup fields ('Bank', 'Branch') of type Account in Account entity. like image below: where I want to show list of all accounts in Bank field and Only related record (to Bank) in Branch look up.
But is not showing Bank filed in Branch field property, see image below:
There is no Bank field available to filter the record. This problem I only faced while adding these two look ups in Account entity.
In other custom entity, Place in my case. it is working fine. see image below:
Why same is not working with Account entity I couldn't identify. I can Understand that there is already one self referential relationship in account (Parent Account) and two more I have created ( Bank, Branch ), but It should not be cause I think.
Any solution heartily appreciated.
Thanks,
Ashish