Skip to content

Instantly share code, notes, and snippets.

@FishOfPrey
Last active August 30, 2018 22:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save FishOfPrey/03b7731bc201fb84fce1fd5cfd67baac to your computer and use it in GitHub Desktop.
Save FishOfPrey/03b7731bc201fb84fce1fd5cfd67baac 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
});
@FishOfPrey
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment