お世話になっております。
現在、商談オブジェクトにおける承認プロセスを作成中です。
承認の流れは「課長 → 部長 → 社長」を予定しております。
実現したい内容としては、部長が承認画面で商談情報を確認した後、
承認画面上で重要度(例:S, A, B, C)を任意の値に更新し、その上で「承認」または「却下」のボタンを押せるようにしたいと考えています。
このようなプロセスを実現することは可能でしょうか。
何卒よろしくお願い申し上げます。
4 answers
Hi @sena takagi
It is not possible to directly edit fields on the standard approval screen in Salesforce. However, you can create a custom Lightning component that allows approvers to edit fields like "Importance" before submitting their decision.
Similar thread:
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8dbFSARThanks!