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

Forum Posts

Exporting large XMLs (bigger than 1gb)

Hi, I am trying to download a XML of a table on my instance that contains almost 2 millions of records. When I export the XML, ServiceNow retrieves all rows of the table (I changed the maximum rows limit of XML export on System Properties -> Import/E...

Resolved! Ascending order

I want to display the value of reference field in ascending order. How do  i achieve this?  

Encoded query strings

How do I put brackets in encoded query strings (for ui reference fields, in this case)?  I want to distinguish "(A and B) or C" from "A and (B or C)" so I put brackets in but they seem to be ignored.

clintonm by Kilo Explorer
  • 5262 Views
  • 4 replies
  • 1 helpfuls

Resolved! Edit pop up box on close task UI Action

We have a custom pop up box when closing sc_task. It shows the 'work notes' that is required to enter in before closing the tasks. I'd like to add 'requested_item.additonal comments' to that pop up box but to make sure we're updating the customer not...

Resolved! ATF Tests not running. Staying in Pending status

Hello, I am trying to run some UI test suite from Jenkins, and I can see that Jenkins can access the tests and starting to run, but the job failed after some waiting time. When I check the test suite results tab in SNOW, the tests even didn't start y...

Shan C by Giga Guru
  • 2908 Views
  • 2 replies
  • 2 helpfuls

How to sort in alphabetic order

In my catalog item i have 5 fields, User 1, User 2, User 3, User 4 and User 5. I need these values in my Workflow, sort them in A to Z format. How to achieve this?

SNOW39 by Tera Expert
  • 2813 Views
  • 10 replies
  • 1 helpfuls

Trigger Email in Scheduled Script

Hello, I created the following script to trigger an email notification. I want to pass the list of part numbers to that email notification, how can I achieve that? I added gr as parameter, but not sure if I need to do something else. I have a challen...

Resolved! How to get WorkFlow context in business rule

Hello there, I'm trying to figure out, if there is some reliable way of finding the WF Context in BR which has no relation to running WF or RITM. The scenario: I have a cat item which takes an xls file, uploads this file into data source, triggers th...

Radim4 by Tera Contributor
  • 1920 Views
  • 9 replies
  • 1 helpfuls

UI action not being triggered

  I have this Client script that calls a UI page or a sp modal depending if you're working in the backend or portal but  it's not calling the UI action  function onSubmit() { var conf; if (g_form.getActionName() == 'approve_new_employee') { conf ...