What is the alternate for GlideDialogWindow in agentworkspace?

Saranya K
Tera Contributor

Hi all,

We implemented the dialog pop window in incident form for one UI action it is not working in Agent Workspace

what i noticed is GlideDialogWindow won't work in Agent Workspace what is the alternated method for this to show the dialog pop window in agent workspace.

Can anyone help me on this

Thanks,

Saranya K

2 REPLIES 2

Community Alums
Not applicable

HI @Saranya K ,

Agent work space is based on ReactJS,  and basic prerequisites to use the Agent Workspace is to define the "view" named "workspace" against the form and list so it is displayed agent workspace the way SN wants it to be.

 

Since GlideDialog uses UI pages based on Jelly, I dont think it will work.