- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2019 04:47 AM
My workflow activity is skipping (manager's approval) only at one condition. But when I put my name, it worked absolutely fine.P.S- my manager is active
IF - if condition is yes, it works fine . But when no is selected it skips the activity
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2019 04:56 AM
Looks like I got the answer. Instead of going for the default ${request.requested_for.manager} , I put that in the script.
It works fine now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2019 04:49 AM
Hi,
The activity skips if the record is blank or it doesn't get a value. So if the manager is blank it will get skipped.
Can you confirm when you use it without your name in, whoever is the requested for, has a manager in the system.
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2019 04:56 AM
Looks like I got the answer. Instead of going for the default ${request.requested_for.manager} , I put that in the script.
It works fine now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2019 04:59 AM
cool, please close the thread.