Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2022 10:25 AM
Hello Team
I would like to inform you that below mention code is OBB but I'm not able to understand that how i can get the sysparm_sys_id_list,caller_table from where .
Please help me .
function createEvidenceForIssue() {
var dialog = new GlideModal('sn_grc_advanced_request_evidence');
dialog.setTitle('Request Evidence');
dialog.setPreference('sysparm_sys_id_list', g_list.getChecked());
dialog.setPreference('sysparm_type', "audit");
dialog.setPreference('caller_table', "sn_grc_issue");
dialog.on('closeconfirm', refreshPage);
dialog.render();
}
function refreshPage() {
return true;
}
Solved! Go to Solution.
Labels:
- Labels:
-
Scripting and Coding
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2022 01:28 AM
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2022 11:24 PM
Hi Sir,
it is not used any where in UI page
Regards
Anil Sharma