Set Component Visibility issue in Lightning
I have an issue that has me stumped. On my Lighting Contact detail page, I want to display a related list only when:
Contact Status = Active
AND
The Account the Contact is related to has a Customer Quote Type = Quoted Customer
OR
The Account the Contact is related to has a Customer Quote Type = End User - Not Quoted
Contact Status is a custom picklist field on the Contact object.
Customer Quote Type is a custom picklist field on the Account object.
Attached is my filter logic. I cannot get it to work. The Contact Status portion of the logic is working. But, the Customer Quote Type logic is not working. The related list always appears no matter the value of the Customer Quote Type field.
Any thoughts?
Gloria,
I had the same issue with the NOT EQUALS logic.Could not get it to work as well. Seems when you drill down through a lookup or reference the logic does not work whether using equals or not equals.