- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2016 06:44 AM
I'd like to place my custom dialog in centerof the form, now it appears closer to right bottom corner.
I can't find methods or properties of GlideDialogWindow which can do this..
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2016 06:55 AM
There doesn't appear to be any methods with the GlideDialogWindow class.
Have you also tried GlideModal? (Search for GlideModal here ServiceNow Developers )
No method to set position there either, but it may be smarter about auto placement.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-28-2016 06:55 AM
There doesn't appear to be any methods with the GlideDialogWindow class.
Have you also tried GlideModal? (Search for GlideModal here ServiceNow Developers )
No method to set position there either, but it may be smarter about auto placement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2016 02:30 AM
Hey Chuck,
Thank you so much, I didn't hear about GlideModal, it really appears in very good position.
But there is another problem - Seems that GlideModal doesn't works inside Catalog Clint Scripts .. GlideDialogWindow works fine, but GlideModal doesn't.