Skip to content

Instantly share code, notes, and snippets.

@shrutis22
Created March 7, 2016 05:07
Show Gist options
  • Save shrutis22/3d3adce1911dd2b3b271 to your computer and use it in GitHub Desktop.
Save shrutis22/3d3adce1911dd2b3b271 to your computer and use it in GitHub Desktop.
Switch ON Button - CloudBit
{!REQUIRESCRIPT("/soap/ajax/36.0/connection.js")}
{!REQUIRESCRIPT("/soap/ajax/36.0/apex.js")}
var obj = {
"percent" : 100,
"duration" : -1,
"recId" : "{!LittleBit__c.Id}"
};
sforce.apex.execute( "CloudBit" , "toggle" , obj );
location.reload();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment