List choice UI action client script is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 10:37 AM
Instead of using gsftSubmit(null, g_form.getFormElement(), 'action_name'); I am using g_list.action('[sys_id of the UI action]', 'action_name'); but it is not working for me any suggestion, how I can do?
after line 18 I am calling server script, if button is server side it is working fine, but when i am adding client code it is not executing, can anyone help?
Thanks in advance,
Nisha

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 10:54 AM
Hi,
Have you referred to documentation such as this to help you achieve this?
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 10:58 AM
Hi Allen,
gsftSubmit(null, g_form.getFormElement(), 'resolve_incident');
This doc is refering to use gsftsubmit which does not work for list v2 right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 11:33 AM - edited 04-18-2024 11:35 AM
am i missing something? after this line server code is getting executed.