- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2017 12:27 PM
Hi,
We're on Helsinki.
I am crafting a Service Portal and attempting to use the Data Table From URL widget. I do not understand how to enter the url and parameters... it always wants to drop down a list of tables.
Where does the URL part come in?
I am attempting to add this to the URL:
?id=list&table=u_vtracking&filter=active%3Dtrue^short_descriptionISNOTEMPTY&spa=1&p=1
All suggestions are most welcome!
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2017 04:21 PM
Hi Anthony,
here is the example of a page with data table with URL.
https://instnace.service-now.com/sp/?id=test&table=incident&filter=active%3Dtrue
In the above url,
test: Page ID.
sp: portal ID
table: data table parameter: table
filter: data table parameter : filter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2017 01:31 PM
hi Tony,
I usually take help from following site for questions related to forming URL.
http://www.w3schools.com/tags/ref_urlencode.asp
Also for OR condition, I would use ^OR ( %5eOR)
Hope this helps.
Regards,
Rajan Mehta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2017 04:21 PM
Hi Anthony,
here is the example of a page with data table with URL.
https://instnace.service-now.com/sp/?id=test&table=incident&filter=active%3Dtrue
In the above url,
test: Page ID.
sp: portal ID
table: data table parameter: table
filter: data table parameter : filter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 04:28 AM
Thanks to you both but my question is actually much simpler...
Exactly WHERE in the form do I put this text?
The Data Table From URL seems to only allow me to pick a table from a drop down list. How do I instead enter the text manually?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2017 04:37 AM
Hi Anthony,
The table name will be picked from the URL parameters.