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
Ananthanarayanan NemmaraAnanthanarayanan Nemmara 

check records before status is approved

Hi All,

I have 2 fields which the sales rep do not enter while creating a request(custom object). Based on the amount mentioned in the  record,approval process is triggered which updates a field and send emails to respective people. But what i want to ensure is that before the record is approved they the approver fills the 2 fields and then approve it. Can someone please suggest how this can be done. Tried validation rule but that doesn't work for update happening via approval process. Can we do this using process builder or apex triggers? 

Looking forward to your help.

Regards,
Anand