Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

FLow designer Approval

//we want to send approval to group manager and manager's manager . how to achieve this using flow designer ask for approva;(function() { var approvers = ''; var grp = new GlideRecord('sys_user_group'); if (grp.get('90dd4dc3db731200f...

Scripting

What's the use case for disabling syntax highlighting in the Script Editor?noticed there's a feature in the ServiceNow Script Editor that allows you to disable syntax highlighting and script formatting. I'm curious - what's the practical reason for t...

Screenshot 2026-01-21 at 10.24.06.png
Shreneek by Tera Contributor
  • 542 Views
  • 5 replies
  • 3 helpfuls

Meenu Hinduja and Dheeraj Sudan : How do I fix errors when deploying my ServiceNow SDK app in IDE?

Hi Everyone, I am Dheeraj Sudan, a UK-based software developer, and I manage a business with my wife, Meenu Hinduja. I am getting errors when deploying my ServiceNow SDK/Fluent app using the IDE. Has anyone faced this before and can share how they re...

when inputting an amount prevented from inputing more than 7 decimal places after the decimal

As Requester, when inputing an amount in the Amount Budget Transfer and Amount Budget Of Which, I must be prevented from inputing more than 7 decimal places after the decimal seperator (eg. 1 000,1234567 or 1,000.1234567)  Seperating the thousandsSep...