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

Database integration

Usecase: We have a database integration with a drop-down field with options for application and database servers.When an end user selects an application server, the application servers must autopopulate in the slush bucket. When an end user selects a...

Community Alums by Community Alums  
  • 827 Views
  • 1 replies
  • 0 helpfuls

Custom notification for RITM Closure

I have one custom notification which will triggered when RITM state update to closed complete, FYI - we are updating the state through flow designer, some how it is not triggered.What should be the perfect condition for this requirement??

Aman_t_0-1737095288475.png
Aman_t by Tera Contributor
  • 1087 Views
  • 2 replies
  • 0 helpfuls

confusion in onchange client script

Hi All,I'm practicing client scripts and have a scenario where, when the state is set to New, I need to populate the field Reason for New State and make it mandatory. I successfully achieved this using a UI policy, but I now want to implement it usin...

Make fields read only on the list view

When on the default list view, the following fields should be present:NumberOpenedShort DescriptionCallerPriorityStateCategoryAssignment GroupAssigned ToUpdatedUpdated By    All fields in the list view are read-only   OR   The following fields are ed...

NishaB by Tera Expert
  • 2324 Views
  • 5 replies
  • 1 helpfuls

how to add options to user time date preference

How to i add the options of am/pm to the users preference in the "language and region' section of the preference tab.  i want to add the 12 hour am/pm option as well as having am/pm added to military time

DevtoSME by Giga Guru
  • 2183 Views
  • 3 replies
  • 0 helpfuls

Resolved! REST API - Contact created without mandatory field

Below is the API request I use to create a Contact. curl --location 'https://{instanceUrl}.service-now.com/api/now/table/customer_contact' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer DiJ8YZG3S60-...A9FUxg' \ --data-r...

Screenshot 2025-01-17 at 16.22.48.png Screenshot 2025-01-17 at 16.26.11.png

Flow Email Trigger not working when published but will in test.

I'm having a couple of things going awry with FLOW. When an email is sent, the flow email trigger is catching the email but no ticket is showing up. But when i test it, everything is working. So i'm not sure what this issue is. Now in the logs is see...

EricG_0-1737050632004.png EricG_1-1737050658837.png EricG_2-1737050779889.png EricG_0-1737051514418.png
EricG by Kilo Sage
  • 1133 Views
  • 3 replies
  • 0 helpfuls

Make reference field dependent on choice field

Hi everyone,I am stuck in a scenario where I need to show certain values based on one field. So, my scenario is:I have 2 fields, 1 being string with 3 choices and other one being reference which acts like a choice field which has 14 records.On select...

Singh1 by Tera Contributor
  • 1557 Views
  • 3 replies
  • 0 helpfuls

script to trigger Event to remove disable user

Hi, we keep the business rule for when a user becomes deactivated, and instead of the business rule updating the CI's level 1 approver group(to remove member), trigger an event passing the CI and the disabled user... and the event logic will update t...