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
daniel.duartedaniel.duarte 

Aborting Approval Process

Hello,

Is there a way of stoping or aborting an approval process?

I want to maybe create a custom button that removes the approval process, without approving or rejecting it.

Maybe there's a way of doing it through the setAction() method for the ProcessWorkitemRequest class that takes the argument 'Removed'. Is it what the method is for?

Thanks

skodisanaskodisana

Hi,

 

You can recall the Approval process using the standard functionality.

You can also write Recall Actions.

Please try this option.

 

Thanks,

Kodisana

Recall actions take place when a submitted approval request is recalled. For example, a recall action can change the record's status from "In Progress" to "Not Submitted."