- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2022 07:18 AM
Hi, I have a scenario where-by an encoded query is the value of a variable within a RITM:
So when it comes to approve this within our Service Portal, the user will see the query as so:
Is anyone aware of a way to get this query string to display in a more user friendly way on the service portal? Maybe something that looks like the condition builder? Failing that, anything to allow users to understand what they will be approving (if this makes sense).
Solved! Go to Solution.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 08:27 AM
Thanks everyone for your replies. If anyone is looking at this in the future, I managed to get it to work making use of this article: Replicate Conditions field type for Service Portal variables - Developer Community - Article - Servi...
Example below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2022 07:24 AM
Hi
your scenario is a edge case without any OOTB solution. The only option I can see is reverse engineering the query string, for example replacing "^" with "AND" and load the records behind the Sys IDs to print the display name.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2022 07:27 AM
Hi,
that's by platform OOB as mentioned by Maik.
Please inform your business team around this limitation.
You can try the approach shared by Maik but it would be somewhat tedious task.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2022 10:38 AM
As they say in American movies:
don't listen to those who say you can't do it
🙂
Anyway,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 08:27 AM
Thanks everyone for your replies. If anyone is looking at this in the future, I managed to get it to work making use of this article: Replicate Conditions field type for Service Portal variables - Developer Community - Article - Servi...
Example below: