- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 10:51 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 11:00 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 12:42 AM
@dheeru_1994 , yes
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:16 AM
@dheeru_1994 , did you tried the solution?
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:58 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 11:19 PM
@dheeru_1994 , Can you please elaborate how your adding the Approvals is it in Configuration or using any Script?
Regards,
Shyamkumar
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 11:29 PM
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