- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2019 02:07 PM
Is it possible to move the Add attachments up next to the submit button on a request?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2019 04:06 PM
Hello,
In future versions of ServiceNow(Madrid), this page is actually redone to display the submit button on the right-side of the Catalog Item form and the Attachment icon is left at the bottom.
I would suggest seeing if this would be desirable before updating the widget.
If you do need to update the placement, you can clone the SC Catalog Item widget, move the div containing the Attachment code highlighted below to wherever you'd like to place it, and then replace the old SC Catalog Item widget with the new cloned version on the Page with the ID of sc_cat_item.
Again, I wouldn't recommend this unless absolutely necessary as ServiceNow routinely makes improvements to this page, as well as many others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2019 04:06 PM
Hello,
In future versions of ServiceNow(Madrid), this page is actually redone to display the submit button on the right-side of the Catalog Item form and the Attachment icon is left at the bottom.
I would suggest seeing if this would be desirable before updating the widget.
If you do need to update the placement, you can clone the SC Catalog Item widget, move the div containing the Attachment code highlighted below to wherever you'd like to place it, and then replace the old SC Catalog Item widget with the new cloned version on the Page with the ID of sc_cat_item.
Again, I wouldn't recommend this unless absolutely necessary as ServiceNow routinely makes improvements to this page, as well as many others.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2019 10:07 PM
If you are talking about service now portal then it is possible. you just need to create a custom separate Add attachment UI action button and a submit button on top of your table or class. Then you can sequence it using order attribute in UI Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2019 07:11 AM
We decided to not customize the widget.