How to Move Submit button in Catalog Item request page from top to Bottom of the page.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2019 03:19 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2019 03:32 AM
Hi there,
Take a look at the out-of-the-box instance options, maybe these already are what you are after.
(steps in Madrid version with SC Catalog Item widget)
On a Catalog Item in the Service Portal, CTRL + Right mouse click:
Kind regards,
Mark
---
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2019 04:41 AM
Hi Mark
I don't want to do it on Portal.
I am working internally.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2019 04:11 AM
If you are on service-now UI and want to add the submit button on catalog form then kindly refer the below steps.
- Create One UI Macro
- Then create one variable that would be macro type variable on catalog form and give the higher order so that it will appear in below in the form.
UI Macro Script:
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<div class="Submit" style="float:right">
<a class="request_catalog_button_with_icon btn cat-btn btn-primary" onClick="processOrderNow(false);">Submit</a>
</div>
</j:jelly>
Note: I had Tested in my PDI and its working.
Let me know if you stuck somewhere.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2019 05:13 AM
Hi Harsh
I want to make this change globally(means in all the catalog item), so I want to know how we can do the change in existing change button.
Regards,
Priya.