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! 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
  • 12766 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...

ruhee by Tera Contributor
  • 5056 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 Kilo Sage
  • 6868 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
  • 4717 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
  • 10176 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
  • 2552 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
  • 3570 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
  • 1655 Views
  • 5 replies
  • 0 helpfuls

Attachment causing additional comments

When we add an attachment to an incident it is being adding a comment to the incident with a link to the incident.  What is causing this to happen as we need to be able to add attachments and not have a comment added?