Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Learning ServiceNow

You're reading from   Learning ServiceNow Administration and development on the Now platform, for powerful IT automation

Arrow left icon
Product type Paperback
Published in Jun 2018
Publisher
ISBN-13 9781788837040
Length 388 pages
Edition 2nd Edition
Languages
Arrow right icon
Toc

Table of Contents (19) Chapters Close

Learning ServiceNow Second Edition
Contributors
Preface
1. The Interface FREE CHAPTER 2. Lists and Forms 3. UI Customization 4. Understanding Data and Relationships 5. Tasks and Workflows 6. UI and Data Policies 7. User Administration and Security 8. Introduction to Scripting 9. The Server-Side Glide API 10. The Client-Side Glide API 11. Server-Side Scripting 12. Client-Side Scripting 13. Service Portal Scripting 14. Debugging 15. Pro Tips Index

URLs in the service portal


Many widgets dynamically pull information from the portal URL. There is a generalized standard for URI parameter names, though you can change some of them depending on your needs. However, you cannot change the parameters that OOB (Out of the box / system default) widgets use without creating custom variations of those widgets.

The most common parameters used in service portal URIs are:

  • id: The ID of the portal page

  • table: The table related to what's being displayed. For example, the form page accepts a sys_id and table, which translates to a specific record.

  • sys_id: The sys_id of a specific record.

  • view: Which view (such as a form view) to display

Example: https://<instance>.service-now.com/sp? id =form& table =incident& sys_id =<sys_id>& view =sp

This link points to the portal with the URL suffix sp. Within that service portal it points to the form page, and loads a record on the incident table with the specified sys_id, and the service...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images