You need to sign in to do that
Don't have an account?

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?
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?