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

Forum Posts

Which version of JavaScript is supported by ServiceNow?

HelloWhich version of JavaScript is supported by ServiceNow?I could not use arrow(=>) notation in Script Include.  Also in UI Pages I have to close each html tag like <br/>. But it was in quite earlier versions of Html. Now we can simply write <br> b...

dev115415 by Tera Expert
  • 5531 Views
  • 2 replies
  • 3 helpfuls

How to make some field empty through Business Rule

Through business rule I want to make some fields empty, so how can we do this.(i) Through action --section(ii) Through the code--in Advance sectionIf through code--please help with the code.Thanks in AdvanceUtsav

Community Alums by Community Alums  
  • 1522 Views
  • 3 replies
  • 2 helpfuls

Cannot find Ticket table

I'm attempting to create the Flow from the following Low-Code.guide walkthru, but in a fresh new Personal Developer Instance I'm not able to locate the Ticket table (see step 16.iii.) - any ideas?Create a Workflow | Low-Code.guide

mdecap by Tera Contributor
  • 1541 Views
  • 2 replies
  • 0 helpfuls

UI Page - <g:ui_reference

Hey all, Hoping you can assist.  I have the following code in a UI page that allows the user to select a record from a table, however, it returns the wrong value.  If I change the display value on the table, it will return the correct display value f...

Can we create a static method in servicenow?

How to create a static method in script include in servicenow?Let us take a simple example written in JavaScript.class Car {  constructor(name) {    this.name = name;  }  static hello() {    return "Hello!!";  }} So how should I write this in Service...

dev115415 by Tera Expert
  • 1197 Views
  • 3 replies
  • 0 helpfuls

Decision Tables and user role - licensing

Hey Everyone,I was thinking about exposing the Decision Table Builder to some of Business stakeholders, since this is a low-code tool and I believe this would provide nice self-service capability to the Business, to be able to configure some of their...

Resolved! How to connect a mysql/oracle database to servicenow

Hello I want to connect my servicenow app to an oracle/mysql database. How to do it?I tried creating a data source in Inbound Integrations in ServiceNow studio. Also for the purpose of a trial I was doing with a mysql database. There I am getting an ...

dev115415_0-1683531147084.png
dev115415 by Tera Expert
  • 2762 Views
  • 3 replies
  • 2 helpfuls
Labels