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

Forum Posts

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
  • 1939 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
  • 1497 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
  • 1525 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...

IntegrationHub ETL and DataSource from REST API

Hello together, I am just trying out the possibilities with IntegrationHub ETL, because we want to fill the CMDB for our customer from different sources. And this relative new functionality seems nice. As I understand, the source for an ETL Transform...

anwie by Kilo Expert
  • 4553 Views
  • 9 replies
  • 5 helpfuls

Resolved! Is it possible to dynamically add .orWhere to GlideQuery?

Problem I want to add multiple .orWhere calls to a GlideQuery, one for each entry in an array, but this returns no results and no error. I might have just made a scripting error, so if anyone knows how to correct it that would be great to know. Or if...

Gettting data from custom table into catalog item

Hi All, I have a custom table (u_ot_services_and_solutions) which has a field (Site)which references the location table and also a dot.walked field (u_site.site_type) which is also on location table. the "station type" get prepopulated when station i...

V_31 by Tera Expert
  • 1165 Views
  • 2 replies
  • 1 helpfuls

Simple list widget to display catalog items

Hi,   I have a question regarding the simple list widget. We are using simple list widget for displaying catalog items. Some of the catalog items in the widget have Available for conditions (To display only certain group). So how to implement that co...