How do Client Scripts load UI Scripts?Noramlly the Client Side components that you think of are Client Scripts and UI Policies. While uncommon, UI Scripts can also be used! A UI Script can get called from a Client Script in two different ways: 1. From a “g_ui_scripts.getUIScript” call: 2. From a “ScriptLoader.getScripts” call where the file extension is “jsdbx": For reference, UI Scripts are defined on the “sys_ui_script” table. When searching via the “Script Name” field, you have to leave out the scope prefix. For example the first image shows “sn_grc.ProfileFormUtilsWS”, you would have to search this field with only “ProfileFormUtilsWS” When searching via the “API Name” field, you have to keep the scope prefix. For example the first image shows “sn_grc.ProfileFormUtilsWS”, you would have to search this field with the whole name “sn_grc.ProfileFormUtilsWS”