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

Forum Posts

Resolved! Hide Annotation with translation and an onload Client Script

Hi, i created the Annotation like this: The ID, i want to use to get access to the Anno the Text is my Key for the translation. No i tried: https://community.servicenow.com/community?id=community_question&sys_id=fe50e326db6de700b1b102d5ca9619b5 http...

find_real_file.png
Meloper by Kilo Sage
  • 2602 Views
  • 6 replies
  • 3 helpfuls

CryptoJS implementation in serviceNow

I'm trying to create a webhook in github and uses a scripted rest api in my servicenow instance. as part of its security im planning to use the cryptojs to match the secret key from github which is in X-Hub-Signature-256 I copied the cryptojs file to...

Alvin5 by Tera Contributor
  • 2233 Views
  • 2 replies
  • 0 helpfuls

Resolved! Need to create a flow designer to create user and assign role

Created a catalog item with variable  1. Company name > refernce 2. user name > string> autopuplated 3. password > mask type  Need to create a flow designer to create a new user and assign the role to him.    I start with trigger > service task , als...

Supriya13 by Giga Expert
  • 2448 Views
  • 17 replies
  • 2 helpfuls

Resolved! Using gs.getUserName to get the Requested For

We built a business rule to post RITM variable info as an sc_task worknote so technicians have the information at their fingertips without going back to RITM.  However, I'm trying to get the Requested For from the Request/RITM to display, but it's no...

action.setRedirectURL in Client Scripts.

I have UI Action button I want to trigger var url='/myurl.do' ; action.setRedirectURL(url);   The UI Action triggers, but it will not load my URL action.setRedirectURL(url); works from my UI page ClientsScript but not from the UI Action.   Is there ...

Resolved! Documentation for Widget Demo Data

Is there any documentation for widget demo data?While it's referenced in a few places, I can't seem to find any documentation that covers it specifically with examples.  

calcorn by Kilo Contributor
  • 3292 Views
  • 2 replies
  • 1 helpfuls

Resolved! Dynamic auto-numbering on a custom field?

I have a custom field that has auto-numbering set up. However the prefix for that field needs to change depending on a "Type" field value.  I don't want to set the default value, because the number field should be blank until the Type field value is ...

Farah5 by Tera Contributor
  • 3596 Views
  • 4 replies
  • 0 helpfuls

Resolved! Parsing JSON Objects

 I have an outbound REST message that returns a JSON response. Outbound REST message: var getAccount = new sn_ws.RESTMessageV2('TestMessage', 'Accounts'); getAccount.setStringParameterNoEscape("authorization", accessToken); var response = getAccount...

JJG by Kilo Guru
  • 2394 Views
  • 5 replies
  • 0 helpfuls

Resolved! How to use gs.setProperty() in UI Macro

<?xml version="1.0" encoding="utf-8" ?> <j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null"> <script> gs.setProperty('Bulk','Hello World'); </script> </j:jelly> I am working on some requirement where i ...

find_real_file.png