I need level four managers approval for current user how to do it workflow method.

dhineshkumar
Tera Guru

Hi Team 

I have the catalog item, Intially it goes to first managers(tony) approval after I need the 4th manger  approval I required.  tony --> michael --> greetan ---- > Susan. once approve the tony I need the second approval "susan" only how to finish this task using the work flow 

Thanks in advance.

3 REPLIES 3

Tony Chatfield1
Kilo Patron

Hi, unfortunately your requirements are not clear in your post, perhaps you could update this thread to include clear/specific details of your requirement and current configuration.

@Tony

I have the catalog item, Intially it goes to first managers(tony) approval after I need the 4th manger  approval I required.  tony --> michael --> greetan ---- > Susan. once approve the tony I need the second approval susan only how to finish this task using the work flow 

Thanks in advance.

Hi dhineshkumar,

 

In case of workflow, use approval user activity.

Select Advanced Check box 

Add below script in "Additional approvers script" box

var answer=[];
answer.push(current.variables.requested_for.manager.manager.manager.manager);

replace "requested_for" with your variable name/field name

Thanks,