Javascriptlets- Execute a SmartObject in Designer.js This file provides a JavaScript bookmarklet code snippet designed to execute a SmartObject within the Designer.js application. The code extracts a GUID from the URL's hash parameters and inserts an iframe into the page, loading a specific form with that SmartObject's identifier. The snippet also includes a "close" link to remove the inserted iframe from the interface. Javascriptlets- Execute a SmartObject in Designer.js This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters javascript: function { / What you want to do goes here / alert window.location ; } ; For SmartObject execution: javascript: function { let urlParams = new URLSearchParams window.location.hash ; $ ".lyt-explorer-maincontent" .after '