Skip to main content

how to use apex methods in skuid pages

I believe Invocable apex can be called from the action sequence “Run Data Source Actions” and variables passed in, but the APEX must be invocable.


i saw that,but i dnt know how to invoke apex methods,if possible can you please explain??


Your APEX code has to be written in invocable annotation. If it is, then when you click the drop down arrow in that field it sill appear as an option and allow you to define your inputs. If it is not written in invocable notation, then it will not show in the drop down.


https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_InvocableMethod.htm


Reply