Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Email Distribution Lists

Hi All,We are fairly new to Service now having only gone live in March.   We currently have a long list of client contacts with several filters so we know who to email to notify when we have certain incidents.   These filter the list by client compan...

Sam Ogden by Tera Guru
  • 11014 Views
  • 2 replies
  • 0 helpfuls

Add transform errors to Import Set Row Error table

Is it possible to add transform errors to the OOB import set row error table. At present all log.info or log.error messages are added to the System Logs.I would like to do this , so that its easier to isolate and consolidate import set errors and tak...

Mahira by Tera Guru
  • 6055 Views
  • 4 replies
  • 6 helpfuls

I want to send large file

I have created scripted and table api ( which create incident with attachment from different portal on servicenow) and want to send large files through that but if I am sending file more than 5 mb   sometime transaction get aborted and its also takin...

Sneha39 by Mega Guru
  • 2267 Views
  • 2 replies
  • 0 helpfuls

is there a filter for incident's I am following?

I was trying to create a filter that would show me a list of all the incidents that I have clicked the "Follow" button. Ideally I would like the create the filter so anyone could use it, either using the "Is (Dynamic)" condition or "javascript:gs.get...

nickortiz by Kilo Contributor
  • 4332 Views
  • 3 replies
  • 1 helpfuls

Resolved! Restricted admin access in ServiceNow

Hi,I need to give few users admin access only to these modules so that they can develop content manage No other modules users should have other than below ones.Can you please help.script includesContent Managementcreating update setsThanks

Resolved! How to customize boostrap date picker in service portal?

Hi, community.I'm currently working on a project in the service portal part of servicenow, but I ran into an issue trying to customize the date picker (the one you see on the "forms" page.). I want to change the start day, (in the bootstrap date pick...

Resolved! How to remove \$ from JSON String

Hi Everyone,I am using SNow Jakarta instance & I am not able to remove '$' from my JSON string. Below is my code snippet:var response = request.execute();var getIdeationData = response.getBody();var reg1 = new SNC.Regex('/u_number/');getIdeationData ...