Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save snugsfbay/be4337bac53c3ce67d8855b006e38684 to your computer and use it in GitHub Desktop.
Save snugsfbay/be4337bac53c3ce67d8855b006e38684 to your computer and use it in GitHub Desktop.
Have the Salesforce Developer Console open a debug log by ID
var logId = "07Lc000001OiO8GEAV";
apex.ide.Viewer.open({
id: "l-" + logId,
logId: logId,
Name: "Log " + logId,
xtype: "logviewer",
rawLogSize: 1
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment