GlideModal logic not working for a UI Action

chatsaurav19
Tera Contributor

Hi All,

 

Attached is the logic for a GlideModal ( Cancel Button which is supposed to be shown on an Agent WorkSpace ) which is not working. Can someone please help identify the issue? 

Note: The UI Action button is showing up on the form.

 

chatsaurav19_0-1708619222649.png

 

Regards,

Saurabh

1 ACCEPTED SOLUTION

Harshad Wagh
Tera Guru

workspace client script should have a function as follow

 

function onClick(g_form) {
//add your code here
}

 

the custom function wont work

View solution in original post

1 REPLY 1

Harshad Wagh
Tera Guru

workspace client script should have a function as follow

 

function onClick(g_form) {
//add your code here
}

 

the custom function wont work