Skip to content

Instantly share code, notes, and snippets.

@kiran-machhewar
Created March 1, 2014 09:58
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 kiran-machhewar/9287784 to your computer and use it in GitHub Desktop.
Save kiran-machhewar/9287784 to your computer and use it in GitHub Desktop.
Account acc = new Account(Name='My Account');
insert acc; //you can make dml before callout :)
System.debug(CallOutUtil.doCallout('https://www.google.co.in/search?q=heroku'));
delete acc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment