When configuring Vuture to work MS Dynamics, the user needs to provide the unique IDs for various marketing lists. These are commonly referred to as GUIDs (short for Globally Unique IDentifier).
There is a bit of javascript that can be run in any browser to retrieve the GUID for a marketing list (or any other entity for that matter). To make it easy to use on a day to day basis, the javascript can be saved as a shortcut and then run as needed. This article will first explain how to create the bookmark for various browsers and then explain how to use the bookmark to get the GUID.
The JavaScript code is:
javascript: if (window.prompt("The GUID is:", $("iframe").filter(function () { return ($(this).css('visibility') == 'visible') })[0].contentWindow.Xrm.Page.data.entity.getId().slice(1, -1))) { }
To save this code as a bookmark in your browser, use the following steps:
Google Chrome
Internet Explorer (v 11)
Firefox
Safari