- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2014 06:53 AM
How can the pop-up window opened by hovering the mouse over the reference icon in list views can be resized?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2014 02:02 AM
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".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2014 07:01 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2014 07:09 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2014 09:05 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2014 02:02 AM
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".