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

Resolved! String type field vs Choice type field

Hi All, while creating a choice type field or string type field, I felt both the field types display the same way(drop down with respective choice values). Can I know what is the major difference between these two fields? and how are they different f...

pjsnow by Kilo Expert
  • 14001 Views
  • 4 replies
  • 14 helpfuls

what is alternative for gel() in client scripts?

Hi everyone, I need to find alternative of gel() function used in a client script. This is currently being used to call a Javaserver page(i.e., xyz.do) in servicenow. var form_name = 'xyz.do'; var form = gel(form_name); Please let me know if anyone k...

ruheegupta by Tera Contributor
  • 5427 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to Hide Attachment icon

Hi, if Knowledge Base is IT then only display attachment icon, other wise except IT icon should not visible to any other Knowledge base records...  

chanikya by Mega Sage
  • 7682 Views
  • 11 replies
  • 10 helpfuls

Checking if a Date/Time field is empty in a client script

Hi All,  I have created a new field on the task_sla table called "Actual Breach Time". I am trying to create a client script that sets the actual breached time field when the stage field changes to breached. This is what I have so far:  It works when...

find_real_file.png
bvq1 by Giga Contributor
  • 5697 Views
  • 5 replies
  • 3 helpfuls

Resolved! Email ignored by 'Ignore sender' filter

Hi guys   When I get this message i email-log for a received email (the mail is received-ignored):"Email ignored by 'Ignore sender' filter" What is then wrong...? We haven't set up any emails filters except for those OOB i SN. Thanks! Soren

priisholm by Mega Expert
  • 10782 Views
  • 2 replies
  • 5 helpfuls

How to represent cloud in the CMDB

Our department is beginning to use cloud services from Amazon (AWS), Microsoft (Azure) and Google (GCP). Our department's role is both as a consumer running applications on these cloud platforms and also as a broker giving other departments in the Un...

aaronlandy by Mega Contributor
  • 2993 Views
  • 2 replies
  • 4 helpfuls

Report on number of tasks a user updated today

I have a request that I'm not so sure I can accommodate given the circumstances.   I know in SN that the updated by field only retains the last update but I have a request to get a report that shows how many tasks a user updated in a day.     I was t...

Travers M by Mega Guru
  • 3904 Views
  • 5 replies
  • 0 helpfuls

Client Script onSubmit Popup Messge

Hello Community, I have a popup message in Client Script, The message is happening on Field Change, however I also need to popup when a certain value is selected. How can I add in the additional condition into this script? function onSubmit() { var f...

jmillwood by Giga Contributor
  • 2062 Views
  • 5 replies
  • 0 helpfuls