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

Forum Posts

Workflow switching to run as 'System' user if adding a Timer

Hi,I initiate a workflow by having a scheduled job running as a user named 'uCMDB_Integration'.In the workflow I have 2 scripts where I split the transformation of 10 import sets (5 transformations started in each script): Both are run as the user '...

find_real_file.png find_real_file.png find_real_file.png
klautrup by Kilo Expert
  • 4859 Views
  • 9 replies
  • 1 helpfuls

Resolved! Create new Journal input on incident form

We are doing a rest integration with one of our partners who is also using ServiceNow.  We sometimes need to exchange non-customer visible notes (work notes) if they need us to do something.  However for the most part they would not want to transmit ...

Resolved! Record Producer Clear form and Stay on Submit

I have created a record producer and it shows up and creates records properly. The problem is that by default, on submission it redirects to the service catalog. I would like it to create the record and then stay on the same page with the form cleare...

Resolved! Widget to show 'latest' Knowledge Articles in HR Portal

Hi Team, We have a requirement where inside the HR Portal we want to be able to show a widget of the 'latest articles'.  The 'Latest' timeframe should ideally be configurable, but for starters we're going with 'within the last month'. Has anyone done...

Is there a way to add a form section to multiple CI's without having to go into the form design on every CI you want to change and adding it manually?

 I am currently working on a project in ServiceNow that requires me to configure around 500 descendants of the Configuration Item table by adding multiple form sections to the CI's with around 10-20 fields in each of these form sections. I currently ...

Outbound Web service timeouts (REST & SOAP)

Hi,I just sent a question to support but maybe someone will have some sound informations regarding web services timeouts. what is the exact difference between SOAPMessageV2 - setHttpTimeout(Number timeoutMs) and SOAPResponseV2 - waitForResponse(Numbe...

Syvo by Giga Guru
  • 2471 Views
  • 3 replies
  • 1 helpfuls

Resolved! Delete scheduled Events

All,  I've followed this article: Creating a Simple Reminder Email - ServiceNow Wiki and created a new Event called change.reminder so that I can trigger an email to remind people when their Change Request 'Planned End Date' has passed. This is worki...

MacSWW by Giga Contributor
  • 7357 Views
  • 11 replies
  • 9 helpfuls

create incident via workflow

We are trying to create an incident via workflow, We have tried using the run script This is one of the scripts we have tried via the run script activity: (we found this via the community) var gr = new GlideRecord('incident'); gr.initialize(); gr.sho...

vinod8008 by Kilo Explorer
  • 4495 Views
  • 23 replies
  • 0 helpfuls

Resolved! Advanced Reference Qualifier question

I need to create an Advanced Reference Qualifier. I have service catalog item that asks to select which user is requesting this item (requester field). Once that user is selected, they must select their computer (from cmdb_ci_computer). I want to use...

kedler by Kilo Guru
  • 2583 Views
  • 5 replies
  • 0 helpfuls

Resolved! Attachment reference field

Hi All,   I've searched the forums and found that others are using a Script include to achieve what i'm trying to accomplish; which is create a field that references the "sys_attachment" table, but limits attachments attached to that record. If need...

find_real_file.png

Opened By field is not displaying correct value

Hi All, I am just looking at the incident sin my personal developer instance. And i found little strange or i dont how it works with opened by field.   Before executing the below steps. Login as system administrator and please add the Opened By field...

find_real_file.png find_real_file.png find_real_file.png