Hi,
For this use case, I launch my Skuid page using the following JavaScript:
{!REQUIRESCRIPT("......")}<br>var url = '/apex/skuid__UI?page=AwesomeSkuidPage&id=' + '{!sobject.Id}'; <br>window.location.href = url;
On the awesome Skuid page, I have a page title button that performs even more awesomeness. The button Runs Multiple Actions that executes a JavaScript snippet which uses JavaScript remoting to invoke a remote action. Note that the remote action must be asynchronous.
I do not want to include an Apex VisualForce page in order to include the necessary JavaScript ala https://community.skuid.com/t/javascript-remoting-and-skuid.
Is this possible? I am relegated to implementing a custom REST service?
Thanks in advance,
Irvin
