The CreatorCon Call for Content is officially open! Get started here.

how do I know what my instance's application scope name is?

luimol
Kilo Expert

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.

  1. Open a new browser tab.
  2. 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

1 ACCEPTED SOLUTION

Hi Luis,



Thanks for the update. Please replace your URL with


https://dev10408.service-now.com/angular_todo.do


View solution in original post

16 REPLIES 16

Whew! It finally worked. I also changed the script (see below) to delete the reference to what I thought was the scoped name. I was just trying to follow the tutorial's instruction, but it is assumed that it's dealing with a scoped application, but in my case it was not.



<script>



So, for future references, if the application is global, just point to the UI page as you indicated above; if the application is scoped, follow earlier instructions to obtain the scope field and add it to the URL and the script.



Just for your info, I am missing the "Correct Answer" button on my page. I thought it was already corrected.



Thanks Pradeep and Chuck; you've been great help.


Awesome Luis. Happy to help.


Let me know if that answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list. Thank you



P.S : Can you please review the following document that explains how to mark content as correct How To Mark Answers Correct From Inbox View Please let me know if this works.