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
thorsten_dthorsten_d 

Approval Workflow Error after Deployment

    Hi,

I've deployed a standard approval workflow from my dev to prod org. Everything works fine on dev but on prod I get the following error:

Code:
Unable to Submit for Approval
This record does not meet the entry criteria or initial submitters of any active approval processes. Please contact your administrator for assistance. 

 
I've also checked the user and role settings. They seem to be ok.
Any ideas?

regards
Thorsten
wintamutewintamute
Hi,

you didn't mention how you deployed (package/deploy to server) it and on what object it's supposed to run (standard/custom).
But workflows (both approval and regular) currently cannot deployed easily and most of the time have to be re-created manually in production orgs.
So did you check that your approval workflow is actually existing in your production org and active?

regards,
Andreas