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

Forum Posts

How to link to a specific category on service portal

Hey all, Instead of linking to all catalogs when clicking on 'Request Something', I want to link directly to a specific catalog. Currently I have an icon link which links to all catalogs. I am creating 3 link buttons below this icon link, and I want ...

Resolved! Pad length to ensure 5 values

Looking for the best way to pad the source value to ensure that the target value is 5 digits, I attempted using the script below:   var location = source.u_location; for(i = location.length;i < 4;i ++){ location = '0' + location; return location;...

mdjoseph12 by Giga Contributor
  • 2792 Views
  • 9 replies
  • 1 helpfuls

Change background color of read only field

I know that this is one of those types of things that aren't a big deal, and honestly I can deal without it, but it's driving me crazy not to be able to do this the way that I expect. I've read a lot of posts here in the community, and on the interne...

find_real_file.png
Marcel H_ by Tera Guru
  • 5958 Views
  • 5 replies
  • 1 helpfuls

Resolved! Make all form fields read-only

Hi All,I have one requirement as below,Based on my workflow stage i need to make all fields readonly in one shot. But it should not make readonly on sys_created_on,sys_created_by,sys_updated_on and sys_updated_ by.I have used the below code. But its ...

find_real_file.png
malaisamyj by Tera Contributor
  • 10736 Views
  • 5 replies
  • 6 helpfuls

Resolved! Filter condition - Changes to

Really simple answer i expect! We have instances where a users email domain will change.  I want a business rule to fire when the email address changes to a specific domain and when it fires, it sets certain fields. Using the filter conditions with a...

find_real_file.png
matt_a by Kilo Guru
  • 2542 Views
  • 6 replies
  • 1 helpfuls

Resolved! Steps to Integrate two ServiceNow instances using REST?

G'day all, I'm trying to integrate two SN instances such that as soon as an Incident record is created in instance 1 it should also replicate in instance 2. For instance, if  I've created an Incident INC0001 in instance 1 then it should also be visib...

Rahul J by Mega Expert
  • 9115 Views
  • 10 replies
  • 4 helpfuls

Resolved! Need some help with a record producer script

Hey SNC,I need some help with a record producer script. My case is the following - I have a record producer which is on the cmdb_ci table. I am asking a few questions:1. what action you want to take (options here are a):new , b):remove asa): new - it...

mitzaka by Mega Guru
  • 4955 Views
  • 4 replies
  • 0 helpfuls