Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 08:27 AM
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.
Regards,
Saurabh
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 08:56 AM
workspace client script should have a function as follow
function onClick(g_form) {
//add your code here
}
the custom function wont work
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 08:56 AM
workspace client script should have a function as follow
function onClick(g_form) {
//add your code here
}
the custom function wont work