お気に入りRenai McCullagh (ADA Australia) が「#Collaboration」で質問2021年4月29日 7:54Validation RuleI need to write a Validation Rule where a particular Contact Record Type selects a status of closed it can't close until 2 picklist fields have selections in them1 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えEric Praud (Activ8 Solar Energies)2021年4月29日 8:02HI Renai, Try this:AND(RecordType.Name="Name of the record type here",TEXT(Status__c)="Closed",OR(NOT(ISBLANK(TEXT(Picklist1__c))),NOT(ISBLANK(TEXT(Picklist2__c)))))表示件数を増やすコメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
Eric Praud (Activ8 Solar Energies)2021年4月29日 8:02HI Renai, Try this:AND(RecordType.Name="Name of the record type here",TEXT(Status__c)="Closed",OR(NOT(ISBLANK(TEXT(Picklist1__c))),NOT(ISBLANK(TEXT(Picklist2__c)))))表示件数を増やす