How do you prevent a User from Approving Own Request (i.e requested_for = Approver)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2012 04:14 PM
How do you prevent a User from Approving Own Request (i.e. requested_for = Approver).
- Labels:
-
Orchestration (ITOM)
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2012 09:28 PM
Nice one. Sorry my condition was bad! getRecordClassName() is a GlideRecord method, not a GlideElement method. current.sysapproval.getReferenceTable() might have worked, but your solution appears just as good (and more readable!).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2018 01:42 PM
This doesn't quite give me the result I'm look for. I'm using a workflow and if the person who is the requestor tries to approve he would get the message. This gives me the message at the top once I submit the initial change - should only happen if I try to approve. Any way to change it?