Is it possible to move the Add attachments up next to the submit button on a request?

chrisvanover
Tera Contributor

Is it possible to move the Add attachments up next to the submit button on a request?

1 ACCEPTED SOLUTION

Matthew Swarts
Tera Guru

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.

find_real_file.png

View solution in original post

3 REPLIES 3

Matthew Swarts
Tera Guru

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.

find_real_file.png

Supriya Basak1
Giga Contributor

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

chrisvanover
Tera Contributor

We decided to not customize the widget.