Skip to content

Instantly share code, notes, and snippets.

@melamriD365
Created February 28, 2020 11:06
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 melamriD365/d332cf80c75671616532153cad15eb65 to your computer and use it in GitHub Desktop.
Save melamriD365/d332cf80c75671616532153cad15eb65 to your computer and use it in GitHub Desktop.
var urlParams = new URLSearchParams(Xrm._page.getUrl());
var viewId = urlParams.get("viewid").replace("{","").replace("}","")
console.log("viewId: " + viewId)
/*
viewId: 61273827-328E-E011-95AE-00155D9CFA03
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment