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

Forum Posts

Resolved! How to customize the send button of the email client

Hi, I would like to check the value of each column before sending an email with the Email Client.For that, I want to customize the submit button, but I don't know where the page displayed in "email_client.do" is created.Or is it possible to customize...

${URI} and ${URI_REF} not working in email templates

I have created a custom application that is using the email activities tool. In my email template I am trying to create a link to the parent request record of the application within that email using ${URI} or ${URI_REF}, but it is not working. What c...

chrisn_ by Mega Guru
  • 743 Views
  • 1 replies
  • 0 helpfuls

Resolved! Email validation client script (easy points)

Hi experts   I have a onSubmit client script that is failing ..... my task is to verify the email format being inputted.   So for some weird reason, the code works for evaluating 1 email, and it also works in Xplore. However, when the user inputs mor...

juan casas by Mega Expert
  • 1706 Views
  • 3 replies
  • 2 helpfuls

Users exclude from email notifications using script

Hi All, I  have ABC- group , having 10 members , i need to exclude two members to not receive mail remaining 8 user get notification  when  new incident created. How do we achieve Email is not triggered to two users using script?  Thanks in advance

Surya31 by Kilo Contributor
  • 1282 Views
  • 5 replies
  • 0 helpfuls

Fields changed by g_form.setValue reverting after save

I have a UI action on the Incident table that runs a client script which does the following four things: 1. Copies the (unpublished) additional comments, 2. Sends those comments to a Teams Chat via Deeplink URL, 3. sets the incident state to "On Hold...

Sam Scott1 by Tera Expert
  • 1230 Views
  • 3 replies
  • 0 helpfuls

400 error when making a rest api call

Hi All, Trying to figure out how to make a REST call.  In postman, when I do the following call, I get the expected response.  When I run this is ServiceNow, I am getting a 400 error.  I am leaning toward the issue being the string next to scope bein...