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

Import CSV data directly into table

Hi,Is there any way we can directly import CSV data which will be uploaded through a custom paperclip icon which i created on a form into any table?For example:If I need to upload multiple CI's present in CSV format into a custom table through the pa...

aman_saxena5 by Kilo Contributor
  • 4319 Views
  • 1 replies
  • 0 helpfuls

Search tickets by description / short description

I am new to ServiceNow since a week back (new job).Trying to figure out how reports and filters, etc work. And the search function of course.For now, I want to be able to search all tickets (resolved and unresolved) for either description or short de...

Resolved! Question on Content Type in Attachment Table

Hello Folks,I have a question on content types filed in the attachment table, When i upload an attachment either in incident or request form how the file name, content type, Table name are copied in attachment table. Especially how the content type i...

find_real_file.png
pjsnow by Kilo Expert
  • 2825 Views
  • 2 replies
  • 1 helpfuls

Approval Group : Condition based script

Hi, I added a new condition on the Approval Group workflow activity called "Need More Info"( Ref: Image 1).   Assume a scenario where there are 5 different approval groups in the request and now here is the requirement. a) When some one clicks on "Ap...

Screen Shot 2017-07-25 at 11.20.37 AM.png

Email in Queue > 100

Querying (by a Web service) the [sys_email] table can help to get the item "Email in Queue > 100" only.Looking for Table/Field name to query that value

Carl Hawes by Tera Contributor
  • 2028 Views
  • 2 replies
  • 0 helpfuls

Deprecated fields

We noticed we have some users that are doing reporting on incident and change and using the made_sla field and getting incorrect data. We know that this field has been deprecated and we are getting a change in place to inactivate the field but we are...

jberk by Giga Expert
  • 1792 Views
  • 1 replies
  • 0 helpfuls

Record Producer variable field length

I am using several record producers and mapping the shor description field to the short description on the incident and enhancement forms. However, the maxium character limit on the record producer is higher than the character limit for the short des...

dgrayson by Kilo Explorer
  • 3324 Views
  • 6 replies
  • 2 helpfuls

Insert a link to an Incident in my Survey Email Notifications

Hi,I am trying add some fields to a o insert a Survey Notification email link the user gets upon Incident Closure & that link should login user via SSO & open up in Service Portal for a user when they click on the link.I managed to add the fields I w...

iDNS by Tera Expert
  • 2126 Views
  • 3 replies
  • 1 helpfuls

SMConfiguration Functionality

Hi all,We're using the customer service plugin, and have a custom script on the task table that rolls work notes up to a parent record, if one exists. However, this is happening twice on some occasions in case management. I believe this is due to the...

toby_jones by Giga Contributor
  • 5424 Views
  • 2 replies
  • 8 helpfuls

Default Sort for Related Lists

anyone have any idea how to set up the default sort for a related list? I've found how to do it for all global tables, and I know how to sort via string queries. But neither of these apply for Related Lists. Thanks,Zach S.

zschneider by Kilo Expert
  • 17602 Views
  • 12 replies
  • 11 helpfuls

Grey out fields

How to grey out all fields except one on a form when update button is clicked ?I want to make child incidents uneditable but only parent incident field is editable once user click on Update Button

avani2 by Giga Contributor
  • 4618 Views
  • 5 replies
  • 1 helpfuls

HOW TO PRINT THE RESULT OF A BUSINESS RULE ON THE CONSOLE?

for example i want to print all the active records i created a business rule by following conditionswhen to run:       BEFORE INSERT/UPDATE       SCRIPT:var x=new GlideRecord('incident');x.addActiveQuery();x.query();while(x.next()){gs.print('active r...

hibye by Giga Contributor
  • 6643 Views
  • 6 replies
  • 1 helpfuls

Resolved! Notification sent to caller upon ticket creation

Hello,Can anybody help me with the below?Our CS team create tickets on behalf of customers on a daily basis. We are using the ITSM Incidents as tickets. We want the system to be able to differentiate when a ticket is created by a user and they select...

aapimlott by Kilo Contributor
  • 2854 Views
  • 4 replies
  • 2 helpfuls