Skip to content

Instantly share code, notes, and snippets.

@shrutis22
Created March 7, 2016 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrutis22/ba893ae472f87af73499 to your computer and use it in GitHub Desktop.
Save shrutis22/ba893ae472f87af73499 to your computer and use it in GitHub Desktop.
Switch OFF - CloudBit
{!REQUIRESCRIPT("/soap/ajax/36.0/connection.js")}
{!REQUIRESCRIPT("/soap/ajax/36.0/apex.js")}
var obj = {
"percent" : 0,
"duration" : 3000,
"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