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

retrieve a field value from an order guide

Hello teami have an order guide which has several activities including creating an e-mail address and creating an account in an application.we'd like the email field in the account creation activity to retrieve the value of a field that will be fille...

michelyabre by Tera Contributor
  • 602 Views
  • 1 replies
  • 0 helpfuls

Outage record message field

In the environment we have a message field on the Outage form. if a message is placed in this field where will this message display? will it show on the employee portal or will the widget need to be customized to show? will it show on the OOB notific...

DevtoSME by Giga Guru
  • 903 Views
  • 2 replies
  • 0 helpfuls

Submit button as UI macro

I have a Submit button using this UI macro but doesn't work when clicked on the button. Any suggestions on how to fix this? Same code works for other catalog items. <?xml version="1.0" encoding="utf-8" ?><j:jelly trim="false" xmlns:j="jelly:core" xml...

samadam by Mega Sage
  • 849 Views
  • 5 replies
  • 0 helpfuls

ServiceNow / Apache Kafka integration

I'm looking to integration ServiceNow -> Apache Kafka -> Azure Event Hub.  I've installed the ServiceNow Kafka Consumer plugin and my co-worker setup an endpoint using the information here. Has anyone done this integration?  I'm confused on the Confl...

Community Alums by Community Alums  
  • 1705 Views
  • 2 replies
  • 0 helpfuls

Script check to get value

Hello Experts,We have "product inventory" table having "account field " and under that "Product characteristics" related lists available.Requirement.Account having "TSP" field and one "TSP" field on the interaction.1.After creating a interaction Prod...

akin9 by Tera Contributor
  • 1190 Views
  • 8 replies
  • 2 helpfuls

Resolved! How Can I send an approval to a GM of a department?

Hello All,  I'm stuck with an approval I can't seem to figure out, I'm fairly new to scripting so I apologize if this is something simple.All of our approvals for the company are sent to the General Manager of a department. Some forms have a referenc...

Resolved! Show specific fields based on selections from list field

I am working on a custom solution for my customer. On a form, when users make selections in a reference list field, we have specific fields that we want to appear. Some of the fields grab values from the referenced table and some are blank, allowing ...

y-allen by Tera Contributor
  • 2685 Views
  • 3 replies
  • 1 helpfuls

Workflow is not getting triggered for change request

Hello,I made some modifications in the "Normal change workflow" and published the latest version. But when i create a new change, the workflow is not getting triggered and also I'm unable to see the "Show workflow" related link on the change form. I ...

MahalakshmiRav_0-1721233334788.png

Table Cleaner Stopped working

Table Cleaner stopped working, it appears to have timed out. Basically, If table cleaner rule has a query that takes longer than 30 seconds to complete, the entire table cleaner job is stopped and by default, table cleaner waits two days before table...

PriyaVerma by Tera Contributor
  • 2395 Views
  • 5 replies
  • 0 helpfuls

How to get response SLA not to trigger after first time?

Hi, I currently have a response SLA, it starts when an incident is created. These are the start conditions. The stop conditions are when incident state is not new and Assigned to is not empty.  The issue is that the response SLA re-attaches when the ...

JordyZ_0-1674833051685.png JordyZ_1-1674833051686.png
JordyZ by Mega Sage
  • 2210 Views
  • 8 replies
  • 0 helpfuls

Attachment API GET method

Hi All,  I have requirement to  edit the existing attachment API on Incident table to get the count of attachments instead of getting the content of the attachment , as currently in the response it is giving the content of the file.  Could you please...