I’ve created a method to access an external web service.
How do I trigger that method (I tried using a button, but the events don’t support calling a method, only functions) and get it’s results into a text input on a form?
I’ve created a method to access an external web service.
How do I trigger that method (I tried using a button, but the events don’t support calling a method, only functions) and get it’s results into a text input on a form?
i think methods are all private, so, you have to go the long way - call a function which calls a method.
you can also, do the magic way, which is to call a function that can call any method via a formula…
i believe there is a feature request to allow methods to be exposed. if there isn’t, well, go for it.