We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Resolved! Not able to add instance with link in column in service portal

Hi Guys,  I am working on the service portal where mistakenly I deleted the one of the instance in a row now, I am trying to get it back. But when I try to add instance in a column it does not show me option for Instance with link and tend to create ...

Screenshot (175).png Screenshot (176).png
tGhadage by Tera Contributor
  • 1649 Views
  • 4 replies
  • 4 helpfuls

Import Wiki Pages as Knowledge Article

Hello Experts, In my current project, we have a requirement to import thousands of wiki pages in ServiceNow as Knowledge Articles. Is it possible? If yes please help me with the process. I know we can import word files but not sure about wiki pages. ...

Resolved! If condition

Hi everyone! I would like to ask how to write a script for the condition : If account field contains "OOO" and if account field does not contain "NA"   Here's what I did : var str = current.getValue("u_account");    if((str.contains("OOO")) && (str.d...

How to Send Notification Based on Role or ACL

We have had a business case come up where users in the 'caller' field that have the 'itil' role need to receive our email notification when anything is added to the worknotes even if they are not @mentioned. My thought was I could dot walk a conditio...

tiguin2798_0-1715888733961.png
tiguin2798 by Tera Guru
  • 2845 Views
  • 3 replies
  • 1 helpfuls

Duplicate Numbers on Contracts

Hello Guys, We are seeing duplicate record numbers on our contracts table. I have run the script to identify how many duplicate record numbers are there and I see more than 100 records. How can we address this issue? Thanks,Rocky.

Rocky5 by Kilo Sage
  • 1699 Views
  • 3 replies
  • 0 helpfuls

Resolved! Virtual Agent Post Chat Survey

Hi Experts, I'm working on Virtual Agent (Chat Bot) in ServiceNow, I have a requirement to set-up OOB Survey at the end of the chat conversation. Could anyone guide me where I can set-up Post Chat survey. I found a YouTube video which explains only a...

sathish_gou by Tera Contributor
  • 7485 Views
  • 2 replies
  • 8 helpfuls

Resolved! Lookup Select Public access

I need some help on a public record producer. First off this is not my design I picked up a horrible process and just trying to remedy it. I have a record producer that has a category and subcategory field. The category field is a select box and is w...