Get a view name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2011 02:14 AM
Hi All,
Does anyone know if there is any documentation for the js-object "view"?
I can only find references to .startsWith and you can do a compare like view == 'ess', but I simply want to get the view-name.
Thanks in advance
Rachel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2024 10:11 AM
You can also pull it out of the URL when on the view itself. It follows "tablename_list.do%3Fsysparm_view%3D"
In this case the system name for the Self-Service view is "ess".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2024 10:15 AM
You can also pull the system name for the view out of the URL for the view itself.
In the below example, it's "ess"