When approval request has been sent to user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 04:05 AM
Hi,
When approval request has been sent to user. User has not approved that an after 3 days it should send that approval request to user's manager and when user's manager doesn't approve that approval request then it should create new approval request to user's manager's.manager.
Can anyone please tell how to achieve that.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 04:54 AM
There are a number of different ways you COULD do this.
Knowing what you known of ServiceNow, what ways do you see?
What components usually deal in "if this then do that" scenarios?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 10:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 10:44 AM
Hi @niveditakumari ,
In the workflow where you generate the first approval add a timer running in parallel. Set it to three days. After the timer, you add an If condition where a script checks if the approval for the request has been processed.
If the answer is no you generate an extra approval for the manager. Repeat the above step again.
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 11:00 AM