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

Forum Posts

How to write if statement in Jelly Code for Object

Hello, I have the following code: <j2:forEach items="$[jvar_grCategories]" var="jvar_json"> , this should return N object so i need to write an if statement if( jvar_json.type == "car" ) then print "Type:Car". I wrote the following code but the code ...

Saif7 by Tera Contributor
  • 623 Views
  • 2 replies
  • 0 helpfuls

Send a CSV file using SFTP in flow designer

My requirement is to send a csv file to external location using SFTP.I'm using custom action on flow designer, I built a two step action. First step would be generating a csv file(calling a script include using run script action) and then taking the ...

Resolved! Migrating update sets between different family versions

My Dev is currently in Tokyo but Test and Prod are still in San Diego.I have my update sets backed up via xml from Dev before the Tokyo upgrade. What is the best practice in migrating my Dev update sets to Test and Prod now that they're on different ...

Pat Surtan by Tera Expert
  • 793 Views
  • 2 replies
  • 1 helpfuls

Querying encrypted field

Is there a way to query encrypted field through glide record? I am trying to query using gliderecord with a value but doesn't work. Is there any way to do this?

samadam by Kilo Sage
  • 1118 Views
  • 4 replies
  • 0 helpfuls

"InvalidLookupReference" error in Azure AD provisioning.

Hi Team, How we can handle this type of error in servicenow when we do azure ad provisioning. Any idea? As per the tip, missing location "LA" data must be added in servicenow. Apart from this, is there any way to treat this error. Azure AD provisioni...

find_real_file.png
Sriraj V by Tera Contributor
  • 985 Views
  • 1 replies
  • 0 helpfuls

Resolved! Regular Expression with j option

Hello all, I am attempting to use Regular Expressions.  I am reading the documentation of: https://docs.servicenow.com/bundle/sandiego-application-development/page/script/general-scripting/concept/c_RegularExpressionsInScripts.html and it says that I...

lonesoac01 by Giga Guru
  • 1258 Views
  • 3 replies
  • 1 helpfuls

Resolved! Need to update the quantity field in catalog item

Hello,I need to update the quantity in a catalog item based on number of records in the reference field of a variable before submission. I think I need to write  a onChange catalog client script .Kindly provide assistance in writing the script. Thank...

Savitha4 by Tera Contributor
  • 2728 Views
  • 11 replies
  • 2 helpfuls

How to move the VIP Icon inside the caller field

Hi All, I would like to display the VIP Icon inside the caller field. I was able to update this in sys_user table using the styles however this is not working in Incident form.I would like the VIP image to show up as belowBelow is the field style : b...

AtheherFathima_0-1671011870347.png AtheherFathima_1-1671012932996.png AtheherFathima_2-1671013036311.png

Resolved! Assignment Group should be populate based on Caller Group

Hello Everyone, I am having requirement as if the Caller user is a member of "SNOW-L1-USERS" group then the incident should be automatically assigned to "SNOW-L2-USERS" group. Can you please help me how can i achieve this.   Thanks

Vamsi26 by Tera Contributor
  • 2124 Views
  • 8 replies
  • 9 helpfuls

Resolved! P1 incidents should be created by only particular groups

Hi All,   I have a requirement as below. Priority 1 incident should be created/updated by the current logged-in user belonging to A,B, C groups or user having Admin role. I have created a business rule as follows. When to run : Before --> Insert/Upda...

Teja45 by Tera Contributor
  • 1449 Views
  • 6 replies
  • 0 helpfuls

Resolved! updateMultiple() is not working while using in fix script

Hello, I have to update multiple records in scoped app but when i tried to update record using updateMultiple(), it is not working.Script : var gr = new GlideRecord('x_hclan_gbs_financ_p2p_request');gr.addEncodedQuery("numberINP2P6688772,P2P6689407,P...