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

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

Forum Posts

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
  • 1442 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
  • 1406 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
  • 1109 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...

Email Script Needs to show current year

Team , we have a notification which should show current year but it's showing 2022, i checked there is mail script running , can you help me , how it can be changed to current year (2023) Script (function runMailScript(/* GlideRecord */ current, /* T...

pramn_0-1679467341416.png
pramn by Kilo Sage
  • 1031 Views
  • 5 replies
  • 0 helpfuls

Resolved! Attachment Catalog Variable Type - Mandate file type.

Hi Folks, When using the "Attachment" catalog variable type, is there a way I can mandate file attachments be a specific type? Say PDF? We have a requirement to mandate files be PDF on a specific catalog item. Is this possible in ServiceNow? Thanks i...