Resolved! How to show g_modal Loading Dialog in Agent Workspace while Ajax call
Hi, Is there a way to show a modal loading dialog/popup, while an ajax call is in progress, in Agent workspace? We used to use the following for UI16 view: var loadingDialog = new GlideDialogWindow("dialog_loading", true); loadingDialog.setPreferenc...