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

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

Forum Posts

PunchOut Catalogs in ServcieNow

Need help in implementing PunchOut catalogs in Servicenow. Do let me know the technical inputs in this regard?

DSA by Kilo Explorer
  • 2424 Views
  • 4 replies
  • 0 helpfuls

Usage of Display business rule with Client script

Hi, Can Display business rule be used alone or it has to be used always with g_scratchpad variable in it and corresponding onLoad client script to call the scratchpad variable? can you help here?Regards.

ramkrish by Kilo Contributor
  • 25506 Views
  • 10 replies
  • 19 helpfuls

Alternative for GlideappVariablePoolQuestionSet() in scoped app

Hi All. I have created a scoped application and created a table which extends the task which is called SDCase. On this I have built few Record producers and created a formatter as well to display the variable section on the SDCase once it is created....

Nagashree5 by Tera Contributor
  • 1461 Views
  • 1 replies
  • 0 helpfuls

Float point number field issues

Hi, I have a field in the form of a Floating point number type. If I put any value to that field and save the record, it gets converted to 0.99999999. What could be the issue? 

SS40 by Tera Expert
  • 1438 Views
  • 1 replies
  • 0 helpfuls

Change incident State after user specified time

Hello, Incident State is "Awaiting User Info". And there should be one field which should capture user specified time. (e,g. User gave 26 hours of time). Now after 26 hours the State should automatically change to "Active" And this can be repetitive ...

mounika7675 by Tera Contributor
  • 1155 Views
  • 8 replies
  • 1 helpfuls

Resolved! Compare Data

I have one excel sheet with almost 5k data, and i want to compare it with a ServiceNow table which has more than 90k records. I wan to check if the table has the names, which are there in the excel and also to check if it's active true or false. How ...

MD5 hashing algorithm (Script Include)

var MD5Hashing = Class.create();MD5Hashing.prototype ={   initialize:function()   {   var hexcase = 0;     /* hex output format. 0 - lowercase; 1 - uppercase               */   var b64pad   = "";   /* base-64 pad character. "=" for strict RFC complia...