收藏Umair Khan (CRM Landing Sofware Pvt Ltd) 提问于 #Formulas2019年5月13日 12:45how can i use text encrypted field in validation. i created a PANCARD field and i am trying to apply validation on it but it seams like they are considering some value in it even after leaving it blank.... this is validation formula i used3 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...已采纳的回答Rajamohan Vakati (Amazon)2019年5月14日 02:56use 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) ) 显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Rajamohan Vakati (Amazon)2019年5月14日 02:56use 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) ) 显示更多