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

Forum Posts

fields in form

Hi, i have added few fields in my form that are mandatory whenever we select a particular status like on hold, awaiting info etc. i added field  in the table and accordingly made ui policy, this modification is visible in my classic view but not in m...

Deepanshi1 by Mega Guru
  • 812 Views
  • 8 replies
  • 0 helpfuls

ESC Widget Requests Search not returning results

We have the custom My Requests widget for ESC(dedicated to HR Cases).This widget supposed to return results based on the keyword entered.This works fine as you switch the view to Closed Requests. The only issue is when searching for open requests. I ...

jeffiral_0-1705520259124.png jeffiral_1-1705520304648.png
jiral by Giga Sage
  • 917 Views
  • 5 replies
  • 0 helpfuls

Resolved! Need help on tranform map

Hi all, I have created a transform map and i have set coalesce field as true for RITM number, assigned to and configuration item field.During first transform if the configuration item is empty it is creating a record which is working as expected but ...

William08 by Tera Contributor
  • 733 Views
  • 4 replies
  • 0 helpfuls

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
  • 2173 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
  • 788 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