お気に入りHanumanth B が「#Collaboration」で質問2014年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"))