We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Missing Records in Sys Audit table

I've been looking into the Sys Audit table looking at changes to the Operating System field changes on the Computer table but I've noticed that there seems to be missing Sys Audit records. Some records are missing their Sys Audit record for changes o...

Resolved! Publish App to Update Set from Server side code

In ServiceNow you have the ability to view your app --> click 'Publish to Update Set'. I am needing to mimic this functionality in a script include or a rest script. Is there anyway to do this? Here is the client script that the UI does, but I cannot...

The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'BASIC realm="Service-now"'.

I have tried to access SOAP service using c# code. I have selected basic authentication type but still it is taking Anonymous   and giving the following error:"The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authen...

sunitajodha by Kilo Explorer
  • 5785 Views
  • 5 replies
  • 0 helpfuls

Adding Google Tag Manager to Service Portal

Hi all, I was given instructions to post the code below on every page of the website (service portal). However when I look at the pages there is only options to style css, but no html section. How would I do this: INSTRUCTIONS: Copy the code below an...

Resolved! Hide a variable on the Order Guide but not the Catalog item

Hello!I've Onboard a User Order Guide that displays variable set from Catalog Item.   The issue is that we want to hide some variables on the Order Guide but still display them if the user goes to catalog item to submit a request.   It looks like Cli...

How to send response in scripted rest API's

Hi, I have a requirement related to inbound integration , using scripted rest API's , import set table and transform map. I am receiving two fields in the request payload from the third part tool to our servicenow. They are hiting our scripted rest a...

utkarsh6 by Giga Contributor
  • 9355 Views
  • 11 replies
  • 1 helpfuls

Resolved! Assigned to me UI ACTION

I have a requirement to create a UI Action (button) on incident  that should assign the current login user to assigned_to field. Note: assigned to should be a member of assignment group then only it will accept the value. otherwise to create a popup ...

Ankit Kumar6 by Tera Contributor
  • 7924 Views
  • 15 replies
  • 14 helpfuls

Mid server installation issue - Version compatibility could not be determined. Verify that the MID Server is configured as expected.

Hi, After doing the mid server installation, the version field in the mid server record in servicenow is blank. And also there are no configuration parameters and getting an informational message on top of the page - "Version compatibility could not ...

amleshmahato by Giga Contributor
  • 1930 Views
  • 4 replies
  • 0 helpfuls

Resolved! HoTwo snRecordPicker's depend on another

Hi All,I have two Sn-record-pickers as follows.         <sn-record-picker field="company"   table="'core_company'" display-field="'name'" value-field="'sys_id'" search-fields="'name'" page-size="100" ></sn-record-picker>                 <sn-record-pi...

techies by Kilo Expert
  • 5859 Views
  • 8 replies
  • 13 helpfuls

Resolved! UI action redirect to a new window/tab using server-side script

Hey everyone, I'm trying to open an image with a button click using UI action (server-side script). there is a way to redirect to a new window/tab? Most of the solutions I found refer to the client-side. this is my script: (the script work ok, but th...

TzachB by Giga Contributor
  • 22836 Views
  • 11 replies
  • 11 helpfuls

ServiceNow Ingesting PDF Forms and pulling in data

Hello All, My team member and I have been trying to build a process to ingest a PDF using ServiceNow. Basically pull in data from a PDF that has fillable fields. I researched and recommended my team member to use the GeneralPdfUtils() library and get...

JW by Kilo Explorer
  • 5129 Views
  • 5 replies
  • 4 helpfuls