Workspace Script Issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 03:22 AM
Hi Team,
I have to setup some custom UI actions in related list of table. But I am facing issues with below:
1. g_list.getChecked not working in Declarative action assignment - client script. I am using below code to get the sys_id of records which are selected in list view but getting empty alert. Code:
var ids = g_list.getChecked();
alert(ids);
g_list.refresh();
2. action.getGlideURI() not working in Declarative action assignment - server script. Is there any alternative function which we can use instead of this. Also, 'gs' function are not giving any values under the server script whenever I am trying to use addInfoMessage or addErrorMessage function.
Thanks in advance.
Udit Maheshwari
- Labels:
-
Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2024 04:18 AM
I am also facing similar kind of issue. if you got any solution for this.. please let me know