Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! How to call OUTBOUND rest message from UI Action.

Hi Everyone, I have a requirement where we have created one UI action on incident form. When we click on that button then new tab opens with our custom URL. In same UI action script once the pop-up tab opens, then we want to call a POST rest message ...

Issue setting date time from script

Hi,  I want to set the schedule import start time from background. I am running a script to set the it adding 1 minute to current time. Here is the script:var data_source=gs.getProperty('sourcing.sched.import.set');var gr=new GlideRecord('scheduled_i...

Cloud Encryption

SpoilerHi, We have cloud encryption (CE) enabled on our development instance of ServiceNow. We need to clone from DEV over to our Test instance and was wondering if anyone knows wether the clone will enable CE on the test instance? At the present sta...

ServiceNow short description changes when state changes

Hi This is an intermittent issue, where short description and customer changes when assignee changes state to 'Waiting for Approval'. Also this short description which changes into is of an old closed case. It's only happening to a single userAny gui...

Community Alums by Community Alums  
  • 323 Views
  • 2 replies
  • 0 helpfuls

Nexus: Custom App Server In ServiceNow (Angular, React...etc)

Hey everyone, I’m excited to share Nexus Hosting Service, a powerful application that turns your ServiceNow instance into a web server!  Whether you're working with frameworks like Angular or ReactJS, or simply need a way to host custom HTML, CSS, an...

react_button1.png react_button2.png react_like_button_code.png react_list_view.png
J_ DeLuna by Tera Contributor
  • 1039 Views
  • 1 replies
  • 0 helpfuls

UI policy using the conditional of Class 'is a' computer

I have a dot walked field from the configuration item field pointed to class , i have a ui policy that sets the Cmdb_ci.class to readonly - false if a ci is selected of class computer , that means anything that trickles down from computer so servers,...

ServNowDev by Tera Guru
  • 593 Views
  • 3 replies
  • 0 helpfuls

Capturing update sets of multiple scopes in one scope

Hi Folks, Things have evolved a lot in ServiceNow, New features every year, AI around the world. So I am checking it out if we solved the major project or introduced anything new which I didn't know around update sets. Major problem which I face when...

Khanna Ji by Tera Guru
  • 961 Views
  • 1 replies
  • 1 helpfuls

Regular expressions in event rules

I don't understand two things about regular expressions for event rules, so please help me.I'm currently creating a filter that ignores events that match the event rules.The conditions are JOB ID=nnnnXX (nnnn: 4-digit number, XX: 2-digit uppercase al...