收藏Serena Shergill (PatSnap) 提问于 #Data Management2018年8月15日 13:50Validation Rule - Only allow Forecast Value 'Omitted' to be selected by Closed Lost StageWould like Forecast Category Value 'Omitted' to only be selected once the Opportunity Stage is 'Closed Lost' or 'Closed Lost Renewal' 2 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...Jeffrey J (-)2018年8月15日 13:57Hi Serena Try this (Make sure you replace the field names with the correct api names in the rule below)AND(ISPICKVAL(Forecast category, "Omitted"),NOT(ISPICKVAL(Stage, "Closed Lost")),NOT(ISPICKVAL(Stage, "Closed Lost Renewal")))显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
Jeffrey J (-)2018年8月15日 13:57Hi Serena Try this (Make sure you replace the field names with the correct api names in the rule below)AND(ISPICKVAL(Forecast category, "Omitted"),NOT(ISPICKVAL(Stage, "Closed Lost")),NOT(ISPICKVAL(Stage, "Closed Lost Renewal")))显示更多