Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はSalesForceでメールからケースへのセットアップを行っています。
同僚の1人がユーザーへの電子メールでケースに応答する場合、応答電子メールに元の電子メールを自動的に含めるようにSalesForceを設定するにはどうすればよいですか?
管理者設定 -> コミュニケーション テンプレート -> メール テンプレート
フィールド タイプ -> メール メッセージ フィールド -> フィールド -> テキスト フィールドを選択します。
これが差し込みフィールドです。
{!EmailMessage.TextBody}
これはあなたのために働きますか?