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

Forum Posts

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
  • 860 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
  • 10705 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
  • 6177 Views
  • 6 replies
  • 5 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
  • 1602 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...

Resolved! Field values are copied from list filter

Hi, I have come across an issue on List view. When I have any filter applied on my list view , and if I create a new record through the 'New' UI action, I observed that the fields that were used in list filter are auto populated. For example if I had...