收藏Renai McCullagh (ADA Australia) 提问于 #Collaboration2021年4月29日 07:54Validation RuleI need to write a Validation Rule where a particular Contact Record Type selects a status of closed it can't close until 2 picklist fields have selections in them1 个回答排序按日期排序按最有帮助排序按日期排序Eric Praud (Activ8 Solar Energies)2021年4月29日 08:02HI Renai, Try this:AND(RecordType.Name="Name of the record type here",TEXT(Status__c)="Closed",OR(NOT(ISBLANK(TEXT(Picklist1__c))),NOT(ISBLANK(TEXT(Picklist2__c)))))显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
Eric Praud (Activ8 Solar Energies)2021年4月29日 08:02HI Renai, Try this:AND(RecordType.Name="Name of the record type here",TEXT(Status__c)="Closed",OR(NOT(ISBLANK(TEXT(Picklist1__c))),NOT(ISBLANK(TEXT(Picklist2__c)))))显示更多