How to Create Apex Actions in Flows
Salesforce Support
0:00 / 0:00
How to Create Apex Actions in Flows
35 343 просмотра · 5 л. назад
Salesforce Support
70,5 тыс. подписчиков
35 343 просмотра · 5 л. назад
InvocableMethod annotation is used to identify methods in apex class that can be called from flows. It is a helpful method to provide a seamless admin friendly way to call the apex code using simple flows. Invoking apex from flow is a significant option for providing design patterns that can solve many business problems while also providing great user experience.
Developer documentation on the @InvocableVariable annotation:
https://developer.salesforce.com/docs...