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
  • 1250 Views
  • 4 replies
  • 2 helpfuls