We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Resolved! Get MRVS values with RITM Number

Hi All, Need your help in querying MRVS variable sets value with RITM Number. To get the parent variables values of a Catalog Item , we can query sc_item_option_mtom table. How to get the values of the MRVS of the same catalog Item . Kindly share you...

Nirmala5 by Mega Contributor
  • 1485 Views
  • 2 replies
  • 6 helpfuls

Duration Variable Configuration

Hello!  Currently a "Duration" variable type will display DDHHMMSS. I found a script to eliminate the days. In the attributes, it's max_unit=hours.  Would it be at all possible to display ONLY hours and minutes and also eliminate the seconds on the e...

elizabethf_ by Tera Contributor
  • 1228 Views
  • 1 replies
  • 0 helpfuls

Create dynamic table servicenow

Hi, Is it possible to create a dynamic table and add new columns every-time based on dropdown selection initial table: ColAColBColCrow#1row#1row#1 Example: Dropdown has 2 choices: SelectionA and SelectionB When I select SelectionA from dropdown: It s...

Yash by Tera Contributor
  • 2101 Views
  • 1 replies
  • 0 helpfuls

Resolved! Where is wiki.servicenow.com?

I see people referencing wiki.servicenow.com as a place that holds a lot of information. When I try to go there, I am being blocked. I sent this to our security team and they said the site was deprecated and the new site was docs.servicenow.com. Is t...

Resolved! Change field options based on another field

I have found a few answers to similar questions in the past, but for the life of me I can't get this working and am hoping someone might be able to give me example code: Not sure if I should be using a client script or ui policy for it. The form is f...

Staxed by Tera Guru
  • 1563 Views
  • 2 replies
  • 1 helpfuls

Resolved! REST API Create incident - urgency

I use the table API to create a new incident: https://dev77859.service-now.com/api/now/table/incident {     "state": 1,     "active": "true",     "short_description": "Test incident",     "description": "This is a test POST request to create a new i...

Resolved! Modify choices on a list based on another field, but I get onChange script error: ReferenceError: g_list is not defined function () { [native code] }

Hello, I'm working on an onChange client script. I have a requirement to limit choices on a list type element based on another field called 'role'.    function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValu...

find_real_file.png
Kub by Tera Expert
  • 2202 Views
  • 9 replies
  • 4 helpfuls