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
Static DevStatic Dev 

Help on Approval process..

Hello,

I have a approval process on a opp object. Which checks on some conditions and stage then will go to approval process.

For all this to happen user has to submit for approval, Sometimes there is a chance of him forgetting it.
So can we automate the whole process were it will go to approval process i.e approver verifies accepst or rejects it. Without using apex code can we do it.

Please provide some guidance.

Thanks in Advance.
 
Shashikant SharmaShashikant Sharma
I don't think you could sumbit automatically without Apex. Either user have to submit it and then based on criteria it goes in approval process otherwise you have to submit it with apex code.
siddarth rajsiddarth raj
Hi

If you able to find the approval decision mean approve/reject  yes you can do from apex code.

Thanks
Sid