Is it possible to provide the approval deletegate access to somone else within a workflow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2025 07:58 AM - edited 04-01-2025 07:58 AM
We have a change request workflow where through "Approval - user" activity the approval triggers to "Service Owner" and this service user is dynamic which comes from the CI record added to the Change request.
As per requirement we should always provide the access to service owner that he can delegate his approval of this particular request to someone else, it it possible? if yes then how.
below is the activity
Below is the script which is added under this activity.
answer = [];
var grmanaged = new GlideRecord("task_cmdb_ci_service");
grmanaged.addQuery("task",current.sys_id);
grmanaged.query();
while(grmanaged.next()) {
answer.push(grmanaged.cmdb_ci_service.owned_by);
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2025 08:37 PM
Hello @VIKAS MISHRA
Please confirm if you checked my answer. Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for my efforts and also it can move from unsolved bucket to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeE