Hi! I need to recreate a Salesforce button in Skuid that runs this script:
{!REQUIRESCRIPT(“/soap/ajax/29.0/connection.js”)}
{!REQUIRESCRIPT(“/soap/ajax/29.0/apex.js”)}
var accountId = “{!Account.Id}”;
var result = sforce.apex.execute
(
“OnboardingReLaunchSalesforceMethod”,
“AutomaticOnboardingActionAccount”,
{
updatedAcctId:accountId
}
);
alert(result);
window.location.reload();
I have already added the external apex item but am having trouble writing the in-line Snippet. I am not to familiar with running JavaScript Snippets and would appreciate any help!
Question
Need to recreate a Salesforce button in Skuid to run a JavaScript action
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

