- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 12:24 PM
I'm following the tutorial to create angular UI pages and when I try to test the page I created, I get the message: "Page not found"
This is the url I'm entering: https://dev10408.service-now.com/u_marketing_events_angular_todo.do?
According to the instructions(see below), I should enter the instance's application scope name in front of the page, but I may have entered it wrong. Is there a place where I can check that out to make sure?
The UI page should have an improved user interface to enter to do list items.
- Open a new browser tab.
- From the new tab, navigate to the URL of your UI page.
For example, https://demo.service-now.com/x_snc_marketing_ev_angular_todo.do
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2016 02:10 PM
Hi Luis,
Thanks for the update. Please replace your URL with
https://dev10408.service-now.com/angular_todo.do

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 12:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2016 02:37 PM
Chuck,
My UI page does not have an endpoint. I noticed that on other pages and was wondering why mine didn't have it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2016 02:48 PM
Another easy way to check is to search Studio on the left nav, open it, then select the application. In the explorer on the left, expand Access Control. Any ACLs and roles will be prefixed with your application scope. It should be something like "x_0123" on developer instances.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2016 04:52 PM