お気に入りmahfuja Akhter (LIT) が「#Formulas」で質問2018年12月13日 14:55Hi, i need to crate a workflow formula to evaluate true. For example, in contact object if field Status or Rating is High and field Group has changes from A to B .1 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えRajamohan Vakati (Amazon)2018年12月13日 16:01Try this an AND(OR( Text(Status )=="HIGH" , Text(Rating)=="HIGH" ), ISCHANGED( Group__c), TEXT( PRIORVALUE( Group__c) ) = "Active Dialogue" , TEXT(Group__c)=="New") 表示件数を増やすコメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Rajamohan Vakati (Amazon)2018年12月13日 16:01Try this an AND(OR( Text(Status )=="HIGH" , Text(Rating)=="HIGH" ), ISCHANGED( Group__c), TEXT( PRIORVALUE( Group__c) ) = "Active Dialogue" , TEXT(Group__c)=="New") 表示件数を増やす