IN ACTIVE USER to reassign active user approver

dheeru_1994
Tera Contributor

Hii All 
i made a workflow on requested item table  in user activity i select one user  to generate approver in requested item table  it is working fine now i have to add like if my user is in active then who will generate approver  how to fix this issue what changes would i have to do 
thanks and regards 

1 ACCEPTED SOLUTION

Sohithanjan G
Kilo Sage
Kilo Sage

Hi @dheeru_1994 , 

 

You have to mention in the advanced script, & push the right sys_id for active user. 


If the provided user is inactive, check for condition by gliderecording user table, if he is active true or false, 

if active false, then add additional approval with different user. 

 

Please mark as Accepted Solution if this solves your query and HIT Helpful if you find my answer helped you. This will help other community mates too..:)

View solution in original post

9 REPLIES 9

@dheeru_1994 , yes

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar

@dheeru_1994 , did you tried the solution?

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar

Sir in user activity i select user who is inactive user  my requirement is that when selected user is not active then any other user or group should approve 
now how do i this everyone is giving oral but not any strong suggestion or solution 
like in user activity i select abel tuter which is in active on the basis other user can approve dynamically  here when i push any user sys _id inactive user also populating there 

shyamkumar VK
Kilo Patron

@dheeru_1994  , Can you please elaborate how your adding the Approvals is it in Configuration or using any Script?

 

Regards,

Shyamkumar  

Please mark this as helpful and accept as a solution if this resolves your Ask.
Regards,

Shyamkumar

dheeru_1994_0-1709710162357.png

dheeru_1994_1-1709710201500.png

what to write in this activity so user is inactive this user not generate approver 
other user should generate user  
if script need then what script should i need to write