Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

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
  • 831 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...

How to set related list to read-only based on state field value

Hi,I had received a request from a client as to set related lists to read-only according to State field value. I planned to just set the ACL for this to work.I've already asked hi.service-now for assistance, but this requires customization so they ad...

rafaelvd by Kilo Explorer
  • 10632 Views
  • 12 replies
  • 0 helpfuls

Resolved! How to call UI Page from Workspace Client Script

I have a requirement to enable the workspace client script for below script used in one of the UI Action"show Interaction Content":  Script: function doShowInteraction(){ console.log("doShowInteraction calling"); var sys_id = g_form.getUniqueValue()...

kshitij11 by Tera Contributor
  • 6116 Views
  • 6 replies
  • 4 helpfuls

Resolved! Report to show number of Incidents logged per Caller / User

Hi, Is it possible to show the number of Incidents logged per user over e.g. a 6 month period? I've tried via both the Incident and User table from historical / old posts and suggestions but i'm still no further to producing the report. Any help huge...

cgreen2 by Tera Contributor
  • 1558 Views
  • 4 replies
  • 2 helpfuls

Urgent! Store data in servicenow without creating a new table

Hi Team, Recently we have identified a new data source for the company table. We have an urgent need to have all this data in servicenow. We already have OOTB company data and we have multiple processes integrated with the existing company records. W...