Skip to content

Instantly share code, notes, and snippets.

@ToneyTime
Last active August 6, 2017 15:24
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 ToneyTime/d9dc8dc629eda3e2b3d828041cf14172 to your computer and use it in GitHub Desktop.
Save ToneyTime/d9dc8dc629eda3e2b3d828041cf14172 to your computer and use it in GitHub Desktop.
Right Click Menu - Client Script 01
c.modifyAsset = function(item) {
var link = 'https://www.google.com';
$window.open(link,'_blank');
};
// From Smarter ServiceNow - https://smarterservicenow.com/2017/08/06/widget-right-click-menu-options-on-data-table-widget-part-1/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment