ServiceNow IDE, SDK, and Fluent forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

onChange Client script

How to throw an alert message when a filed (Ex: test)  is empty??function onChange(control, oldValue, newValue, isLoading, isTemplate) {   if (isLoading || newValue === '') {      return;   }   if (test == '') {      alert('test cannot be empty!');  ...

Resolved! Upgraded to now-sdk v4.0.0 - Now seeing [Plugin "ViewPlugin" failed to inspect shape "Record" error]

I recently upgraded my sdk version to 4.0.0 and am now seeing this error more often:[now-sdk] ERROR: Plugin "ViewPlugin" failed to inspect shape "Record": Product origin is not a node It appears to show up when I do a "now-sdk transform" and a "now-s...

Service Operation Workspace (SOW)

Hello Community,I am working on Change Request in Service Operations Workspace (SOW) and I want to hide the “Calculate Risk”  button only in Standard change that appears under the Risk Evaluation section.What I have already checked:System Definition ...

Resolved! Unable to hide “Calculate Risk” button in Change Request – Service Operations Workspace

Hello Community,I am working on Change Request in Service Operations Workspace (SOW) and I want to hide the “Calculate Risk”  button that appears under the Risk Evaluation section.What I have already checked:System Definition -> UI Action            ...

SangareswarK by Tera Contributor
  • 1426 Views
  • 4 replies
  • 2 helpfuls

Sla Script include Not triggering

HI , My task is calling sla Response should be stopped , when user put comments(customer visible). but i had created script for the , because due to comments (journal field) , in condition type field i added my script include, but the script include ...

sntest658 by Giga Contributor
  • 332 Views
  • 1 replies
  • 0 helpfuls

automation

Hi guys, I am new here so Iam not sure if this is even possible but I will try to ask.  is it possible to work with python, NLP in servicenow and connect it together ? Even program online lets say and run the code in servicenow so its all under one r...

ha2uhri by Kilo Contributor
  • 534 Views
  • 2 replies
  • 0 helpfuls

Resolved! incident created in self-service portal, state should be New, by default it assigned to Service desk

Hello,I have been assigned to task which is as follows: Once incident created in self-service portal, incident state should be in New state and by default it should go to Service Desk assignment group. User should be able to find only "In progress" &...

saikirangd9 by Tera Contributor
  • 820 Views
  • 3 replies
  • 1 helpfuls

Report

Create report  for all Change Requests assigned to my group where the Start Date is before the next Wednesday (from today) and after today.” So every time you run the report, it should automatically calculate: Today Next Wednesday Then show records w...

Resolved! What is the test step to verify if an SLA is attached to an incident or not by using ATF test case

Hello,I have been assigned to a task where I need to create a test case in ATF. The test case steps should be as follows:1. Open an incident form2. Fill the mandatory details and set the priority for that incident3. Submit the form4. Verify that the ...

saikirangd9 by Tera Contributor
  • 447 Views
  • 4 replies
  • 1 helpfuls