Approval license need for e-mail approvals
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2017 11:44 PM
Hello,
Please let me know if when implementing approvals by e-mail (so not by using the portal, or expert interface), the approval is counted as a license and needs to be purchased accordingly for the specific user who makes the approval? This user will have only approver_user role.
Thank you,
Mihai Kiss
- Labels:
-
Subscription Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2017 10:38 AM
There is one UI Actions Approved/Rejected that use the following condition:
current.state == 'requested' && isApprovalMine(current)
There is also the ACL (Write Operation on the Table Level None) on the sysapproval_approver table:
Script Condition: answer = gs.hasRole('approval_admin') || gs.hasRole('itil') || gs.hasRole('catalog') || isApprovalMine(current);
I have also a lot of questions, because these do not require any role specifically, can the user approve his own approval records without the approval_user or admin license?