You need to sign in to do that
Don't have an account?

Is it possible to use static methods on an Approval Process's Entry Criteria?
If I have a static method on an Apex class, can I use it in an Approval Process's entry criteria?
You need to sign in to do that
Don't have an account?
If you are using the standard UI, you would need the result of the static method to write into a field on the record being submitted.
All Answers
If you are using the standard UI, you would need the result of the static method to write into a field on the record being submitted.
Thanks for the reply.