Skip to main content
답변 3개
  1. 2019년 5월 14일 오전 2:56

    use LEN instead of ISBLANK for encrypted text.

     

    IF(LEN(Password__c)==0,0,1)

    use this

     

    AND(ISPICKVAL( City__c ,'Hyderabad'),

    IF(LEN(PANCARD__c )==0,0,1)

    IF(LEN(Phone_No__c)==0,0,1)

    IF(LEN(Email__c )==0,0,1)

    )

     
0/9000