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.

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

Forum Posts

Resolved! Inbound Email Watermark

Hi All, We have an existing inbound email integration from Service Now with another xxxxxx Application.When  inbound or outbound communication triggered, email body contains the watermark for any mail sent or received from the other system .As mentio...

sam352120 by Kilo Guru
  • 1739 Views
  • 1 replies
  • 3 helpfuls

Resolved! Workflow Hung on Switch Statement

I have a somewhat complex workflow tied to a Service Portal request form that appears to be hanging inexplicably under certain situations. When completing the request from on the Service Portal, the user first selects the type of request (Add/Modify/...

find_real_file.png
jmiskey by Kilo Sage
  • 2206 Views
  • 6 replies
  • 1 helpfuls

Dictionary override display value not working

Hi guys, I have a reference field on the Issue table to the Task table, and I want to change the display value there to short_description any idea why is this not working? It still shows the task number on the field.

find_real_file.png
Marton by Kilo Expert
  • 5536 Views
  • 7 replies
  • 6 helpfuls

Get User by UserID

in an UI action, I am trying to get User Object for the engineer selected by the user in the engineer field on the form. var engUserID = current.engineer.user_name; var thisUser = gs.getUser(); var engineerUser = thisUser.getUserByID(engUserID); But...

Resolved! Copying dictionary attributes between tables???

I'm trying to apply some dictionary attributes to each task table/form. When I look at the sys_scheme_attribute_m2m and sys_schema_attribute tables list I don't see the 'on_table' field populated. Is there a way to copy attributes across tables other...

How to add a label on Form?

Hi Community,    I need to add a label or heading in Incident form which is similar to label type variable in catalog item. I just want to put some Check box fields under it, Can any one suggest how to do that? i dont want to use annotations. Please ...

find_real_file.png
Nithin12 by Tera Expert
  • 10157 Views
  • 5 replies
  • 13 helpfuls

Resolved! Upgrade sys_trigger set properly for upgrading?

I'm going through the pre-upgrade checklist and phase 3: 22-22 say "Verify that the Upgrade sys_trigger is set properly for upgrading" and "Verify that the Check upgrade script sys_trigger is set properly for upgrading."  What exactly does this mean?...