收藏Dawn Bublitz (Flagstar Bank) 提问于 #Data Management2020年2月14日 15:38I need help with the following Multi-Select Picklist ValidationI am trying have a field become required for adding in text if the Multip Select value Other is picked. It keep getting an error message. Please help AND( ISBLANK(QC_Other_Exception_Description__c), ISPICKVAL(QC_Exceptions__c,"Other") )3 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...已采纳的回答Ahilesh Ragavan Radhakrishnan (Simplus)2020年2月14日 15:42Like this:AND( ISBLANK(QC_Other_Exception_Description__c), INCLUDES(QC_Exceptions__c,"Other") ) 显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Ahilesh Ragavan Radhakrishnan (Simplus)2020年2月14日 15:42Like this:AND( ISBLANK(QC_Other_Exception_Description__c), INCLUDES(QC_Exceptions__c,"Other") ) 显示更多