收藏Hanumanth B 提问于 #Collaboration2014年6月7日 12:59i have a picklist field on a custom object status=closed,open,reopen .imagine that status=closed. write a validation rule to open the case when we select reopen only,if i select open must throw an error message ?1 个回答排序按日期排序按最有帮助排序按日期排序已采纳的回答Chidambar Reddy (FormulaQ Solutions Private Limited)2014年6月7日 14:14Hi Hanumanth, Use this fomula in validation AND(ISPICKVAL(PRIORVALUE( Status__c ), "Closed") ,ISPICKVAL( Status__c , "Open"))添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Chidambar Reddy (FormulaQ Solutions Private Limited)2014年6月7日 14:14Hi Hanumanth, Use this fomula in validation AND(ISPICKVAL(PRIORVALUE( Status__c ), "Closed") ,ISPICKVAL( Status__c , "Open"))