Skip to content

Instantly share code, notes, and snippets.

View sunilmurali's full-sized avatar
🎯
Focusing

sunilmurali

🎯
Focusing
View GitHub Profile
@sunilmurali
sunilmurali / gist:44a968ff1ce910980272
Last active July 8, 2022 08:27
Apex Queueable Interface Skeleton with Callouts
/**
* @description Extend a queueable job to complete the merge request from the page
*
*
*/
public class QueueJob implements Queueable, Database.AllowsCallouts {
public class QueueJobException extends Exception {}
public QueueJob ( ) {
@sunilmurali
sunilmurali / 0_reuse_code.js
Last active August 29, 2015 14:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console