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

Forum Posts

ServiceNow User Group (SNUG) for India

After a lot of discussions, we finally have a ServiceNow User Group setup for India (known as ServiceNow User Group - IN - New Delhi). Request all to please join this group and finally become a SNUG member.Not sure what SNUG is all about?The ServiceN...

API issue - POST /sn_chg_rest/change/standard/

Hello, I am trying to create a change via API. This documentation looks relevant to that: https://developer.servicenow.com/app.do#!/rest_api_doc?v=madrid&id=changemgmt-POST-std-create-chng-req And in this example I have replaced my instance name and ...

Max B1 by Kilo Explorer
  • 3455 Views
  • 1 replies
  • 0 helpfuls

Show Requested item stages Service portal

How Can I show the stages when users are looking at the requested item itself?   We are taking the user directly to the Requested Items as that is where they will see all communication between themselves and the tech.   But they still want them to be...

brianlan25 by Kilo Patron
  • 8796 Views
  • 25 replies
  • 4 helpfuls

Forced upgrade

Is there a final date that we will be forced to update our instances? Since New York releases in early Sept., how long do we have before we are forced to upgrade.

brandymotley by Kilo Contributor
  • 2406 Views
  • 7 replies
  • 0 helpfuls

Resolved! Calculating currency field - Result doesnt have proper format

When using a script to calculate two currency fields and show the sum in a 3rd currency field it's not returning the proper formatting.  function onLoad(control, oldValue, newValue, isLoading, isTemplate) { var tot= 0.00; var f1 = g_form.getDecimalV...

find_real_file.png
Chad31 by Mega Expert
  • 4575 Views
  • 10 replies
  • 0 helpfuls

Is it possible to access scratchpad in transform scripts??

Is it possible to access scratchpad in transform scripts?? I have a requirement, where in I need to compare target table records with the input records and mark the unwanted records in target table as inactive    Please recommend.

asoni1 by Kilo Contributor
  • 2851 Views
  • 10 replies
  • 0 helpfuls

Rest API call fails with error {"error":{"message":"User Not Authorized","detail":"7831 records constrained due to ACL restrictions"},"status":"failure"}".

I am pulling blocks of records from the projects table using the Rest API using this URL (<<mycompanyname>> is the actual name)   https://<<servicenowinstancename>>.service-now.com/api/now/v2/table/pm_project?sysparm_display_value=true&sysparm_offset...

Resolved! Number of time onStart transform event executes.

As per the docs for the onStart transform event ->"When: The onStart event script is processed at the start of an import run, before any data rows are read."   My understanding was it  will execute only once despite any number of records I might inse...

asoni1 by Kilo Contributor
  • 4505 Views
  • 20 replies
  • 1 helpfuls

On the Question of Data Separation...

The need to securely segment data between groups, departments, or even locations is constant, even within IT organizations. What organization doesn't have a particular group that is subject to extenuating compliance requirements that necessitate that...

Resolved! jQuery in UI Script

Hello, From the forums I have learned that in a Client Script of a UI Page, I can use $j to utilize jQuery. Example:  $j.find(".class") This works fine.  However, I have now created a UI Script that will be called from multiple UI Pages.  I cannot se...

Form being submitted without mandatory fields filled in

On the new_call table users are able to save the form without the mandatory fields being completed. i.e. when clicking on new call and clicking on create task it re-directs to the call type tale e.g. incident, service request. However, this can be do...

ashfaq by Tera Contributor
  • 2713 Views
  • 7 replies
  • 0 helpfuls