function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Suman KuchSuman Kuch 

How to create Approval process with custom picklist fields?

Hi,

I have an approval process that triggers whan a person uploads his/her photo to the community, we have to send email to a department to validate.  That email sends a link and as soon as they click that link we need to open the following fields to review
1) Photo : jpg photo
2) Full Name
3) ID of Person:
4) Approve || Reject (Radio button)
5) if (Reject), enable a picklist with rejecet reasons (5) (Ex- Phot is dark)
6) Submit button

Based uppn the submission we need to call a APEX API for further process.
Please advice...

Thanks in advance.