Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

UI Builder San Diego - List Menu dosn't display Lists

Hello fellas! I need to configure List Page in my configurable Workspace. I've added List Menu Component and List Component. I created list configuration in sys_ux_list_menu_config table, I have Categories and Lists inside this configuration. I've co...

Michal S1 by Tera Contributor
  • 4124 Views
  • 7 replies
  • 4 helpfuls

Tags are not showing up in XML?

So I see tags in a list view of a table and those tags have values. If I export them in excel I see the values but If I export XML or do show XML, I don't see the Tags. I have never used Tags so not aware how it works.  My requirement is that I need ...

Chandler2 by Tera Guru
  • 1477 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to Hide Attachment icon when the ticket status become "closed"

Hello. When I closed a ticket, I would like to hide the attachment icon. I referred to https://community.servicenow.com/community id=community_question&sys_id=14fa8dc0db8b5b0423f4a345ca961928 and created client script as below. function onChange(co...

find_real_file.png find_real_file.png
s_s by Giga Contributor
  • 7765 Views
  • 19 replies
  • 13 helpfuls

Resolved! Inconsistency from GlideDateTime in GlideAjax

Hi All, So i'm using GlideAjax to do some date/time validation in an onChange client script. I basically want to check if the time provided is in the future or if the end time is before the start time. I'm sending back the value of date/time fields a...

Dubz by Mega Sage
  • 2317 Views
  • 8 replies
  • 1 helpfuls

Resolved! Using IR_AND_OR_QUERY and ^NQ

Hi CommunityI have a question about building queries in knowledge query using both IR_AND_OR_QUERY and ^NQWhen building the query everything works fine except that when adding ^NQ nothing is shown.Both parts of the query works separetly but when usin...

Set current.variables from RITM form

Hello guys! I want to use RITM "stage", "assignment_group" and "assigned_to" for catalog policies to show some variables during the fulfillment process. I used this solution in my last job but now I am trying to set it up again and I am not able to s...

Short & Friendly URL to Navigate to Request

Is there a short & friendly URL that will take a user to a specific request? For example, ADO uses this pattern https://[domain name]/[organization]/[project]/_workitems/edit/[work item number] . I need something similar for Service Now as I need to ...

Resolved! GZip and Base64 Encoded

Hi. Do anyone have an ideia of how can I transform a "GZip and Base64 Encoded string" into a Record attachment? - GlideSysAttachment().writeBase64(...) returns undefined. - GlideSysAttachment().write(...) returns a broken attachment. - GlideStringUti...