Pop-up window resize

zheil
Mega Expert

How can the pop-up window opened by hovering the mouse over the reference icon in list views can be resized?

1 ACCEPTED SOLUTION

zheil
Mega Expert

So the solution is this:



http://wiki.servicenow.com/index.php?title=Defining_Field_Styles



Field Style can be changed for any field including field width: "width:800px".


View solution in original post

6 REPLIES 6

raulron
Kilo Expert

hi zheil,



as far as i know the pop up size is automatically determined by its content.



if you wish to change/re-organize the content, you may do so by using the following url:



<your instance name>.service-now.com/<table name>.do?sysparm_view=sys_popup




for example, if it is the user pop up, the table name would be sys_user, etc.


Changing the content of the sys_popup view is clear, however I would like to change the size of the popup window, because the some fields such as the Short Description and Description are not fully visible on the popup.


I am not sure if we could resize the popup view, but yes, you can modify the layout of sys_popup view of concerned table and adjust the fields so that they can be visible just by hovering on reference icon.


zheil
Mega Expert

So the solution is this:



http://wiki.servicenow.com/index.php?title=Defining_Field_Styles



Field Style can be changed for any field including field width: "width:800px".