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

Forum Posts

Add additional dynamic field to UI Page

Hi All, We have amended out list of resolution codes and added a new code of 'no suitable resolution code'.  On selecting this a new string field appears on the form 'Resolution code required' (u_resolution_code_required).  I've added these on the fo...

find_real_file.png
Sam Ogden by Tera Guru
  • 1522 Views
  • 2 replies
  • 1 helpfuls

Resolved! UI Actions is visible even if condition is false.

Hello Everyone,I have created 2 buttons(UI actions) named "Under Review" "Investigate" in problem ticket to move phase(process flow), state & stage. Phase, state & stage are updating also as expected but button is visible after the condition is false...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
SNOW32 by Giga Expert
  • 2357 Views
  • 3 replies
  • 1 helpfuls

What is purpose of GlideTransaction isVirtual function

Hi I have a requirement where is need to do validations for non interactive user accounts I am achieving this using gs.getSession().isInteractive(); One additional test i need to do is to validate whether the transaction is an external or system gene...

Resolved! how to cut / trim the value short_description records

Hi All,  We have an input where we will get a value as short_description (For example lets say: 1 to 50 numbers in short_description) I want the value which is after 1 to 30 characters. How to trim the short_description value more than 30 characters ...

JMR2 by Mega Expert
  • 5921 Views
  • 8 replies
  • 1 helpfuls

REST GET HTTP query parameter size limit?

I am using snapLogic to integrate our ServiceNow instance with a client ServiceNow instance. When we have a comment with a great deal of text, the REST PUT call to the client fails. For the client REST GET parameters, is there a max size limit for th...

Resolved! Add "Home" to the favorites/application navigator

Hello, This seems really simple but have not been able to figure it out. One of our ITIL users accidentally deleted Home from the application navigator and it no longer shows on her favorites tab. How is it that we can add this to the menu again? Tha...

find_real_file.png
gnunez by Kilo Guru
  • 2084 Views
  • 3 replies
  • 1 helpfuls

Resolved! Getting Catalog Item variable to Workflow Scratchpad.

Hello, I have read a few ServiceNow articles and it appears you can get/pass Request Item variables to the Workflow Scratchpad OOB.  Anyway having a problem or missing why I am not getting the value to the scratchpad.  So, on the sc_cat_item table, I...

Impersonate on a PUT query to Rest API

Hello, I'm using the rest api from a 3rd party application to get and send data to servicenow. I was wondering if it's possible to impersonate someone while using a query PUT https://<instance>.service-now.com/api/now/table/incident/<sys_id> ? My goa...

Missing Data in Scoped Tables after Clone

Yesterday, we cloned our PROD environment down to our QA and DEV environments. After the clone completed, I noticed that many tables in our scoped applications were missing their records/data. We had a few scoped applications that were in the middle ...

Nick149 by Kilo Explorer
  • 1596 Views
  • 3 replies
  • 0 helpfuls

Workflow Notification - Approval Rejection Reason

So the out of the box "Change Request - Normal" workflow has a notification on the Rejection path that goes to the Opened By individual.  This notification has the following line in it: Reason: ${reason} I assume that line is supposed to contain the ...

find_real_file.png find_real_file.png