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

Forum Posts

Resolved! Timers - how to force a timer to go through before the end

Hello everyone,   I currently have a workflow the leverages 1 day timers which after 1 day, it checks to see if a field is populated, then creates a task if it is. Let's say that field is populated within the first 3 hours of that timer, how can we f...

brandong by Kilo Contributor
  • 4006 Views
  • 8 replies
  • 6 helpfuls

Ways to use getMessage()

Recommended way to use getMessage() is  var message = gs.getMessage("This is the message with params {0}", param); gs.addInfoMessage(message); Alternately, it can also be written as  var message = "This is the message with params {0}"; gs.addInfoMess...

Krishna119 by Kilo Contributor
  • 12285 Views
  • 5 replies
  • 0 helpfuls

Resolved! Cannot set Unique in sys_dictionary for custom field

Hi, I have created a new custom field in cmdb_ci_service table and want that to be unique . I am trying to make the Unique filed as TRUE but it does not takes and not updating keeps as FALSE. I have checked all records though is my new instance there...

SNowUser11 by Kilo Guru
  • 1935 Views
  • 9 replies
  • 5 helpfuls

Resolved! How to apply dynamic filter to reference field in UI Page.

Hi Everyone, I have requirement to apply dynamic filter on reference field in UI Page. I have managed to access that variable value in client script of that UI Page but I am not sure how to access that  value and apply dyanmic filte to reference fiel...

Abhijit4 by Mega Sage
  • 4568 Views
  • 8 replies
  • 2 helpfuls

Pushing an update set to another instance

My requirement is to push completed update from my instance to another instance(suppose client instance).pulling(retrieving) of completed update from one instance to another instance is available OOB. i just want to reverse this proccess.Has anyone c...

Resolved! How to push CSV file into import set via web service?

I am looking for a way to send a 1MB CSV file to ServiceNow and have it processed via an import set. Does anyone know if there is functionality available out of the box for this? Or do I need to write my own scripted SOAP service or rest service etc?...

Resolved! Last login time is not captured in the LDAP integration

I have added the last login time attribute to the user form and mapped to the AD filed attribute in the import user table. However, when we ran the LDAP integration, last login time is not capturing from the AD. For few users it is capturing the syst...

Kiran66 by Kilo Contributor
  • 2864 Views
  • 15 replies
  • 5 helpfuls

Resolved! Display name for a reference variable

Hi Team, I have a requirement where I am showing the full name + user id of a user on a portal with a reference variable on portal. For this I have created a new field called u_user_name_id. On insert/update on user table, I am updating the field val...

Khanna Ji by Tera Guru
  • 4327 Views
  • 13 replies
  • 0 helpfuls

Scoped app - Configure a specific sys_ref_list view?

Hello ServiceNow Developers,I am working on a scoped application that uses the core_company table (read-only).I have a requirement to show specific company fields when looking for the records I want (let's say "vendor", "customer", ...)My issue is: t...

Capture d