How to resizable new window popup when click reference field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 12:07 AM
Hi everyone,
Currently, I want resizable of new window popup when I click icon Lookup in reference field.
I want window popup will be display fullscreen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 12:35 AM
Hi @Le Son
ServiceNow doesn’t provide a direct property or configuration for resizing these popup windows out of the box due to the varying needs across different implementations. However, you can achieve your goal by using a custom UI Script or tweaking the system’s behavior through a carefully crafted Client Script or Business Rule, depending on where and how you want the adjustment to apply.
Note: Please Mark this Helpful and Accepted Solution. If this Helps you to understand. This will help both the community and me..
- Keep Learning
Thanks & Regards
Deepak Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 12:42 AM
Hello @Le Son
please use this article regarding resizable new window popup:
Mark this Helpful if your query resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 12:50 AM
Hi akshaypithore,
This is reference default of Servicenow.
When I click icon lookup of reference field. New window will be popup.
I want to resize this window, I want to it fullscreen.
How to I can resize this window?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2024 12:56 AM
Create your own ui macro instead of updating the OOB. There is no OOB functionality to achieve your question.