Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Designing an Autonomous Enterprise Brain in ServiceNow – Decision Flow Experiment (Personal Project)

Hi Community, As part of my self-initiated learning journey, I recently worked on a personal project where I explored the idea of an Autonomous Enterprise Brain (AEB) built on the ServiceNow platform. The intent was to understand how enterprise signa...

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 Expert
  • 1353 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...