We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

getDecryptedValue(); returns nothing

Hi All, I have been trying to replace our GlideEncrypter with getDecryptedValue();. No matter what I do, what kind of record I'm trying to decrypt I get this returned: *** Script: [0:00:00.002] Total Time Script:var gr2 = new GlideRecord('snmpv3_cred...

Kip2350 by Tera Contributor
  • 552 Views
  • 1 replies
  • 0 helpfuls

Client Script FX Currency calculations

I have this client script using FX Currency Fields:     var unit_price = g_form.getValue('unit_price');    g_form.addErrorMessage('FX ' + unit_price);    var currencyCode = unit_price.split(';')[0];     var unitCost = parseFloat(unit_price.split(';')...

ATF schedule didnt run and its set to run daily

Hello, I have several test schedules that run for test suites and they run daily, they did not run last night & they have been running fine ever since. I checked the schedule is active, set to daily and the client test runner has a user and the run a...

HenryD by Tera Guru
  • 64 Views
  • 1 replies
  • 0 helpfuls

How to close a HR task from schduled script

We have a custom workflow for life cycle event.For exit we have a life cycle event case created 30 days before last working day, with HR tasks assigned to multiple teams for clearance along with a task for manager clearance. Once the HR task is close...

divyav7 by Tera Contributor
  • 77 Views
  • 1 replies
  • 0 helpfuls

Resolved! System UI - UI Scripts - ATF Custom UI Step Config

Hello - This might be an old question, but trying to get some answers or is there any workarounds for this. I am trying to keep the common library of functions in one place, and want to use inside my custom UI step config definitions, instead maintai...

Shan C by Mega Guru
  • 438 Views
  • 4 replies
  • 2 helpfuls

Change verbiage on the service portal

 Hello, I want to change a phone number on the service portal.  I see how to make branding changes, but i am unsure of how to edit existing wording.  I am trying to change a phone number.  A screen shot is attached.  Thanks!