Hi All,
We have lookup field called as "CBU" on Account form which contains all CBU records ( CBU is a custom entity )
We also have "Type " as optionset on Account form.
We have "CBU automation" entity which holds relationship between Type ( optionset ) and CBU (lookup) records.
Once Type can have multiple CBU records and vice-a-versa.
For ex : If Type "customer" has two CBU , we create two records in "CBU Automation" entity
1.Type=Customer and CBU="XYZ"
2.Type=Customer and CBU="ABC"
On Account entity , If user selects Type field , all the related CBU should be filtered in CBU field on account entity. It will fetch data from third entity called as "CBU automation" in our case and apply custom filter on CBU field ( relationship mentioned in above example ).
I've completed this requirement in CRM using javascript code by applying dynamic custom filters to it. Can we do the same thing in MSD 365 Web Portals ? Can we customize lookup field in portals to bind custom filters like we do in CRM ? Or is there any other work-around for the same?
Your suggestion/solution would really be helpful.