Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Forum Posts

Resolved! Mask 16 digit credit card but not 20 digit numbers

Hi All - We have a change in requirement where we want to mask 16 digit credit card information in inbound email body but not 20 digit numbers as they are not credit card. I've below script that works perfectly but it masks any number over 12 digits ...

To add line break in Script include

I have one notification for RITM's In that i need to add line break after every comma for description. Below is the script include part. Please suggest.   default_sc_req_item_rows: function() { this.row('Number', '${number}'); this.row('Short descrip...

trisha1 by Kilo Contributor
  • 1065 Views
  • 4 replies
  • 0 helpfuls

Resolved! Script to remove model Categories from Hardware Model

Hey all, i need some asssistance creating a script to update model categories on some hardware models that have the incorrect model categories  captured.  Issue i am tryiing to resolve is most of our EUC devices have been captured as both Computer a...

find_real_file.png
eagle18 by Tera Contributor
  • 1305 Views
  • 6 replies
  • 0 helpfuls

Anyone knows about Interaction table Queue field?

My client asked for this field (Interaction.queue) to show in Active Chat list in agent workspace. I added it to the columns. But then they are complaining that they are always empty. I checked all Interaction records and the Queue field are all empt...

Daniel52 by Giga Contributor
  • 1536 Views
  • 4 replies
  • 3 helpfuls

Resolved! how can i display info message in catalog form

Hi All, below is my requirement. based on operation i need to display info message like below 1) test1 2) test2 using add info message (i need to use single info message). Is it possible to get?

Lakshmi53 by Tera Contributor
  • 2557 Views
  • 4 replies
  • 1 helpfuls

Flow Designer fails create user with error code 203b

Hi all,  I have an issue that when flow designer create AD accounts, sometime it fails with the error as below.   A local error has occurredHRESULT: [8251] Stack Trace: at Microsoft.ActiveDirectory.Management.AdwsConnection.ThrowExceptionForErrorCode...

Ryan38 by Tera Contributor
  • 836 Views
  • 2 replies
  • 1 helpfuls

Resolved! transform script target field

Hi, I have a scenario where if I get any value that doesn't exist in choice list (target table field is a choice list where label and field = ABC). The issue is how to set the target field value to the default value as 'ABC'. Please help me with this...

Praveen75 by Tera Contributor
  • 2921 Views
  • 11 replies
  • 4 helpfuls

Send a CSV export to a third party file path using REST API

I have a requirement wherein i need to extract csv of location and send it to a third party endpoint available through REST message POST request upload. I suggested Export Sets but they require only though REST message. Could you please help me. I ha...

ajay konduru by Tera Contributor
  • 2086 Views
  • 5 replies
  • 0 helpfuls

Resolved! Virtual agent - get actual interaction record in the topic

Hi,  we are working on creation of incident from the virtual agent topic. We have created our custom field "Parent interaction" on incident and we would like to have this field populated with interaction, which is created automatically when user init...