Is it possible to provide the approval deletegate access to somone else within a workflow.

VIKAS MISHRA
Tera Contributor

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 

VIKASMISHRA_0-1743519424112.png

 

 

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);
}

 

5 REPLIES 5

Shivalika
Mega Sage

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