Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! Java data type string error in scoped application

I am attempting to create a business rule in a scoped application. The business rule is not working due to a java data type error. I think it is caused by the "condition" line. I have used this same line in other (non-scoped) business rules. What cou...

Katie A by Mega Guru
  • 7164 Views
  • 1 replies
  • 6 helpfuls

Trigger event/something at specific date and time

Hi All,I'm looking for possible solutions to the below:I need to change the status of a business service (CI class) at a time and date specified on another record. E.g. when a change is raised against a business service I want the business service st...

Rshear by Kilo Expert
  • 6352 Views
  • 6 replies
  • 0 helpfuls

Workflow wait for specific time

I have a reminder date field on my form and I want to send out a notification when the time has elapsed (and set the state field to a new value) I have tried to add a timer in the workflow to Timer based on: a date/time or duration fieldfield : u_rem...

Resolved! Send two separate emails from one notification?

I am looking to create a single email notification that will utilize mail scripting to send out two emails (containing different bodies) depending on who is in the recipient list. For example:I have an email notification on the incident table that li...

josephtucker by Giga Contributor
  • 3905 Views
  • 2 replies
  • 1 helpfuls

Resolved! force template.print line break

I am sending an email notification when incident is commented.No big deal, right ?In the comment field, I typed a, then hit Enter, typed b, then hit Enter, typed c, then hit Enter.The notification has ${comments} in it.This works great, but the sys_c...

comment 1.PNG find_real_file.png mail script.PNG
smithcorey by Giga Contributor
  • 7751 Views
  • 4 replies
  • 3 helpfuls

How to check the empty of the glide object.

Hi Team,I am fetching the records from the table, i used if condition to check the emptiness of the glide object if the object contain the record , the if condition will run and it skip the first record of the glide object.Find the below snippet whic...

navyag by Kilo Contributor
  • 8107 Views
  • 8 replies
  • 3 helpfuls

Resolved! GlideMultipleUpdate with addQuery

I'm trying to use GlideMultipleUpdate, but it behaves kinda weird...Here's my code:var grt = new GlideMultipleUpdate("u_grit_path_import");grt.addQuery('u_groupname', 'BUILTIN\\Administrators');//grt.addQuery('u_groupname', 'CONTAINS', 'BUILTIN');//g...

Chris P_ by Tera Expert
  • 8337 Views
  • 22 replies
  • 5 helpfuls