Endpoint does not appear on UI page

MrBun256
Tera Contributor

When working on UI Pages, the endpoints do not appear under the Direct checkbox as shown in the image below. Where can I find the .do endpoint of the UI page? I need to insert the URL into an applet.

find_real_file.png

1 ACCEPTED SOLUTION

For UI page in the Global scope - here is the URL 

https://YOURINSTANCENAME.service-now.com/PASS UIPAGE NAME HERE.do

View solution in original post

4 REPLIES 4

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi - Click on Try it button and you can copy the URL of the UI Page.

Hi @Pradeep Sharma . When using the URL through the ā€˜Try Me’ button, the UI Page loads with the Application Navigator on the same screen. I am looking for the UI Page URL only (it ends with .do).

For UI page in the Global scope - here is the URL 

https://YOURINSTANCENAME.service-now.com/PASS UIPAGE NAME HERE.do

Slava Savitsky
Giga Sage

Endpoint field is only displayed (and populated) for UI Pages in a scope other than Global. For UI Pages in the Global scope, Name acts as the endpoint, so you'd better avoid whitespace characters there.