お気に入りJennifer Marsh (Creation Technologies) が「#Data Management」で質問2015年10月28日 16:06I want to write a rule to block the creation of an opportunity unless the account type is filled in. Is this possible.4 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...承認された回答Brian Makas (N/A)2015年10月28日 16:12Validation rule on Opportunity ISBLANK(Account.type) or if you have a default value: NOT(TEXT(Account.type) = "Default Value") 表示件数を増やすコメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
承認された回答Brian Makas (N/A)2015年10月28日 16:12Validation rule on Opportunity ISBLANK(Account.type) or if you have a default value: NOT(TEXT(Account.type) = "Default Value") 表示件数を増やす