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

Add hyperlink to record on email

Hello, I am task to create an email template that will have a hyperlink connected to the specific record in question in the description so that whoever selects the hyperlink it will take them to that record in SN. Can someone walk me through what wou...

BenjaminY by Tera Contributor
  • 669 Views
  • 1 replies
  • 0 helpfuls

Resolved! Inbound action forward not working when using prefix FW:

Hello everyone,I’ve set up an inbound action of type "Forward" that creates a record in a custom table. However, it's not working when the forwarded email’s subject contains "FW:" (in uppercase). It works fine with "fw:" or "fwd:". I’ve already tried...

Vinicius2 by Kilo Sage
  • 1358 Views
  • 1 replies
  • 0 helpfuls

Declarative List Action

Hello Community,I am looking to create a Declarative List Action on the Change Request (change_request) table. The action should open a simple list of all active incident records (from the Incident [incident] table) when clicked.Here’s what I’m tryin...

getXMLAnswer returning null response

Hi everyone, I need help on the scripting for a catalog. My script include is already working and it returns the value that I need. var CIEnvironmentChecker = Class.create(); CIEnvironmentChecker.prototype = Object.extendsObject(AbstractAjaxProcessor...

Action Button Style Not Working - Please Help

Hi,  I have an action button on my portal. Configuration is working as expected but styling issues are arising. See attachments on what it looks like now and what it is supposed to look like. First image is what it looks like now and second is what i...

Sam Jae by Tera Contributor
  • 6122 Views
  • 10 replies
  • 0 helpfuls

Resolved! Service Portal

Hello Team,i have a question related to the serviceportal activity field When I open the Change record on portal the activity field is available for the internal users but unfortunately for external we are not able to see the activity field.This is o...

Arundhati_0-1727254495613.png Arundhati_1-1727254623766.png
Arundhati by Tera Contributor
  • 1557 Views
  • 2 replies
  • 0 helpfuls

Microsoft Ad Spoke - MemberOf groups issue

I am using the OOB Look up User action which returns a user object. One of the values is memberof which is an array,string of the all the groups a user belongs to. This works fine but when I try to loop through those I get an error.   I see that othe...

ChrisDoernbrac_0-1718741854997.png ChrisDoernbrac_1-1718741868388.png
Community Alums by Community Alums  
  • 1724 Views
  • 4 replies
  • 1 helpfuls

How to send an approval according to Primary and secondary

Hi  All, I am working on a flow designer where I am sending an approval to XYZ group. This group has 4 members (A,B,C,D) in which A is primary and B,C,D are secondary. In the ask for an approval, I added the XYZ group but how I can define in the flow...

PoorminaB by Tera Contributor
  • 655 Views
  • 1 replies
  • 0 helpfuls

Activity Script Email

Good morning everyone,I need to add the activity of my incidents to the body of an email template, adding images of the activity, worknotes..., for this I was thinking of creating a script and then calling it from the body of the email itself like th...