Is it possible to do multiple manual approvals for the same person?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2017 06:00 AM
In my request workflows for Security, there is a step where manual approvals are created. There are times when the same person needs to approve multiple things, so they require multiple approvals. Since the Approvals only seem to be created via the 'Edit' option, there's no way to pick a person for multiple approvals (they're already in the list).
Is there a way around that?
If there is a way around that, will the workflow still identify the approval records properly? i don't want to cause any problems with the workflow if a workaround for my issue is available.
- Labels:
-
Best Practices
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2017 01:19 PM
So a couple of things I have been playing around in my Dev instance, and you can tell me if it's madness or not. Because enabling the 'New' button on the Approver related List sends you to create a new User record instead of an approval, I figured the next logical step is to create a new relationship.
I then added it to Request Item as a new related list.
The next wrinkle, was that Approver field on the Approval table is only writable by those with a Role of 'maint' (more permanent option will likely be to have it editable for new records only). I modified that to be overridden by 'Admin' and created a couple of Approvals via the New button on the new related list.
I'm not entirely sure why I'm seeing this discrepancy:
EDIT: Removed the top line of my relationship query and that resolved the discrepancy.
So at this point if I can figure out why I'm not seeing the right info, I figure the logical step is to replace the existing related list with my own.
Thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2017 01:54 PM
Creates a new USER?
You want to jump on a gotomeeting quick?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2017 01:58 PM
I'm out of time today, but if you have a developer instance, you should see that the Approvers list acts that way out of box.
I'll check back in tomorrow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2018 04:19 AM
Hi,
did you guys manage to solve this issue?
Im currently facing the same issue where we have multiple approval activities in our WF and can only choose the same person once as a manual approver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2018 05:56 AM