- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2020 12:48 PM
We have a basic Workflow with an Approval - User activity followed by a Catalog Task activity. If the person that submitted the request is the approver we want the Approval record set to Approved automatically. We need to show that it was approved so we still need that Approval record generated, we just want it to immediately be set to Approved based on who submitted request. All examples of "auto approval" I've found are really just "skip approval", and that does not meet our requirements.
Any suggestions would be greatly appreciated.
Solved! Go to Solution.
- Labels:
-
Workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2020 12:22 PM
Hi,
In approval activity you can code this as show below:
Here you can check who is the current requestor is same as approver then approve the request in this section by setting answer = 'approved'
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2020 12:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2023 02:37 AM
This code is not working for auto approval .