Skip to main content
Daniel Camp 님이 * Lightning Now! *에 글을 올렸습니다

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?

댓글 9개
  1. 2018년 8월 30일 오후 12:06

    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.

0/9000