Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! VA Topic Not Showing, Showing Topic ID instead

Hi, We have encountered a bug where if the user tries to type the keyword intent in the chat, it shows this set of sysID:  This is happening in PROD, but on DEV and TEST instance, it's working fine. I checked the VA topic and NLU intents used here an...

amielalcala_0-1714979193655.png

Phone number display on user table

We have a table that extends the user table.   The user table has the normal phone number field, but the numbers are being formatted in an American format.   In Australia, a 10 digit number can be displayed as either 0401 123 456 for a mobile or 02 1...

gwen by Tera Contributor
  • 3023 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to get Element of label from form in Client script

Is there any way/method to get element of form label in Client script, i am trying to "setStyle" of label  // Working for field var requestorField = g_form.getElement('sys_display.' + g_form.getTableName() + '.u_authorized_requestor_s_full_name'); /...

indrasengupta_0-1714979636023.png

How to Redirect After Record Deletion in Service Portal UI Action

Hello, I am working on implementing a UI Action in a Service Portal form screen that is supposed to delete a record. I am using current.deleteRecord(); for the deletion process, and it successfully removes the record. However, I am facing an issue wh...

SHWA by Tera Contributor
  • 1471 Views
  • 4 replies
  • 0 helpfuls

Resolved! Change Order of Variables - Catalog Item - Service Portal

Here's a fun one. Scenario: I have a Catalog Item made up of a few variable sets and some single variables. One variable set is a common one that contains the Requestor, Short Description, Description, Location, and some others.Challenge: How to get ...

Original.png Desired.png

Resolved! In app push notifications

How do I setup in app push notifications as displayed in the image attached. I have configured a notification with Push Notification set to true and attached Push Notification Message but the notification is not triggered. Kindly suggest any fixes or...

In app notifications.png

Resolved! How to check if duration value is more than X days

Hi,I'm working with metrics and would like to check if the duration of certain metric is more than 3 days. Using this script: var met = new GlideRecord('metric_instance'); if (met.get('4d873c0b47d186d0bfbeacb1026d4395')){ var myduration = new GlideD...

EliGuttman_0-1714922911197.png