how to change the position of ui action buttons

immanuel1
Mega Contributor

Hi Guys,

How to change the position of ui action buttons into another place. I need "Change request" button to move beside the attachment icon.see the below screen shot for reference.

find_real_file.png

Thanks in Advance,

Immanual

10 REPLIES 10

Aakash Shah4
Tera Guru

Hello,



You can change the order of the UI action.


Please have a look at this article


UI Actions - ServiceNow Wiki


Hi Aakash,



If we change the order means it executes based on the order but it wont change the position.



Regards,


Immanual


Hi All,



I have same requirement to change the location of ui action button.



Regards,


Kamran


Hi,



In UI action you can change the position of the button on the basis of order.


Example



Ui Action : Resolve button


Order : -1000


when this is the case the UI action is to the leftmost position


find_real_file.png



When the order is 100


find_real_file.png



When the order is 1000


find_real_file.png