function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfdc_beginner7sfdc_beginner7 

Can we have dependent lookup fields in case of many to many relationship?

I have 6 lookup fields on Case. If the user populates 1 lookup field, then on the other 5 lookup fields I want to show values related to the one which is populated.
I have many to many relationship between the objects.
Ex Position and website are 2 custom objects which have many to many relationship.
PO1 WB1
PO1 WB2
PO2 WB2
PO3 WB3
PO4 WB3
These can be the scenarios on the association object between Position and Website if user populate website look up field with value= WB3  if user click on position lookup field user should see PO3 and PO4 in suggestions
and also it can be vice versa ex if user enters Position=PO1 then  if user click on website lookup field user should see WB1 and WB2 in suggestions
Lookup filters and validations rules  are not possible because there is many to many relationship and also it will not auto suggest the related values.
Is there any lightning component that can auto suggest values on click of lookup field?