- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2016 12:34 PM
Hi,
I am referencing a UI page in my catalog client script. However, the client script (using GlideDialogWindow) cannot find my UI script for some reason.
Here is my catalog client script:
And here is my UI page that it is looking for:
Whenever I click the submit button on my record producer to trigger my catalog client script, a "page not found" window flashes up for a brief second.
I'm just trying to do what they do here:
GlideDialogWindow - Terms and Conditions Acceptance Page - ServiceNow Guru
Thanks for the help!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2016 01:43 PM
See the name in the "Endpoint" field? Use that (minus the .do)
Best practice is to use underscores in the page name instead of spaces (mentioned earlier.) The endpoint is really the part that matters though.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2016 01:21 PM
Seems like the page is not called. Make sure the UI page name is same as the parameter provided in GlideDailogWindow(). Moreover this should be configured onLoad not on submit.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2016 01:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2016 08:36 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2016 05:52 AM
I've never seen a GlideDialogWindow render transparent. Neat!
Do other pages do the same thing? You might be able to narrow it down to the UI page or the client script.