New button in the Custom app

cssservice
Tera Contributor

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.

find_real_file.png

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.


View solution in original post

6 REPLIES 6

I would make sure that the user can access that catalog item and that the sys_id of your item/record producer is correct in the link.


I still having trouble with the self service view for the users. Now i have two buttons on the form. One goes to the self service page and the other the
ITIL view. How can i hide the other new button so only the service view is available for the user?





find_real_file.png