You need to sign in to do that
Don't have an account?
Can we call an apex invocableMethod from ProcessBuilder
Hello Everyone,
Can we call a @invocableMethod(which is a part of managed package) from Processbuilder.
As I didnot find any detail about this in Processbuilder documents.
I am actually planning to have an invocableMethod in my managed packaged but not sure wether it can be called from outside the package from ProcessBuilder?
Thanks in Advance
Can we call a @invocableMethod(which is a part of managed package) from Processbuilder.
As I didnot find any detail about this in Processbuilder documents.
I am actually planning to have an invocableMethod in my managed packaged but not sure wether it can be called from outside the package from ProcessBuilder?
Thanks in Advance
http://bobbuzzard.blogspot.sg/2015/02/lightning-process-builder-and-invocable.html
Does all the salesforce edition supports @InvocableMethod?
If the scope of the Invocable method is public then it can be referenced only by flows within the same managed package.
https://www.sfdc-lightning.com/2018/11/call-apex-code-from-process-builder-in.html