How to create/display form in service now when we click on new button which is on particular table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-26-2024 09:32 AM
We have particular table present in service now so we need to add new button to right side top of page and when we click on button it should open new form to create new entry in corresponding table. how can we create form and link with new button so people can fill form and submit record?
please help us!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2024 12:30 AM
Hi Priyanaka,
You need to create UI Action ,and make "List Banner Button" to be checked to true, and in the script you can use
Thanks,
Sindhu K M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2024 01:28 AM
Hi @priyanka0709,
Please make the var of url and pass this.
If this is server side, you can try:
window.open(url, '_blank');
Please accept my solution if it works for and thumps up.
Thanks
Jitendra