Skip to main content
3 réponses
  1. 14 mai 2019, 02: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