- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2017 06:10 AM
Hi,
We have a custom application . For the non ITIL users we would like the New button to redirect to the self service view. How could i achieve this? Can i remove the New button and add a custom button? Thanks in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2017 06:23 AM
You can override that new button with another by giving it an action name of sysverb_new and putting it on your new table. If you're condition is testing negative for the itil role, then it should show your custom button to non-itil and then the oob new button for itil.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2017 06:23 AM
You can override that new button with another by giving it an action name of sysverb_new and putting it on your new table. If you're condition is testing negative for the itil role, then it should show your custom button to non-itil and then the oob new button for itil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2017 07:08 AM
That worked. Thanks a ton!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2017 11:03 AM
Also i cannot have one new button for both ITIL and end user view since they both have different views. ITIL should have a regular view and end user should have self service view. can i hide the new button depending on the role?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2017 10:59 AM