In the change request approval is not showing the group name
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 11:28 AM
Hi Team,
Please help me on the below requirement.
In the change request approval in the group name it is giving as empty, i have written script for this approval trigger.
var sys_approval = [];
var item = fd_data.trigger.current.cmdb_ci;
var appList = new global.ChangeApplicationApproval();
sys_approval = appList.checkapproval(item);
sys_approval = JSON.parse(sys_approval);
return 'ApprovesRejectsAnyU[' + sys_approval.ctb_sys_id + ']';
I have used the above script , it is trigger the approver but showing group name as empty.
In the flow excution:
Please help me on this requirment
0 REPLIES 0