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! Script include syntax

Could you please explain me with more details, what does the below code lines (Red and underlined) does. var MyFavoritesAjax = Class.create();MyFavoritesAjax.prototype = Object.extendsObject(AbstractAjaxProcessor, {  getFavorites: function() {       ...

BALAJI K R by Tera Expert
  • 2252 Views
  • 3 replies
  • 2 helpfuls

How to add a new date-time format in preferences

Hi Team, Can anyone help me with the below enhancement. I have created the new date format in my profile but that format is not visible under the preferences. (preferences-->Display-->Date and time format).How to add the new format in the drop-down l...

sasipriya_1-1686987555041.png sasipriya_2-1686987602243.png
sasipriya by Tera Contributor
  • 1443 Views
  • 1 replies
  • 0 helpfuls

CSM - Implementing for the first time for a novice help

Good day, everyone! When implementing Case Management, is there any way you could provide me a list of what to do? What first thing do you do when implementing, or even share a checklist of what you have to do in order to implement Case Management in...

Danielle10 by Tera Contributor
  • 761 Views
  • 1 replies
  • 1 helpfuls

Two Admins Impersonate the Same User with Different Outcomes

Hi there. I could use some assistance.My manager and I are both admins in a Shared ServiceNow Instance. We both are testing access to the "Close Incident" UI Action on Resolved Incidents using a test user account. When my manager impersonates them, s...

Community Alums by Community Alums  
  • 708 Views
  • 3 replies
  • 0 helpfuls

Creating a Databaseview on alm_hardware table

I am trying to create a database view by joining couple of tables from CDMB. While doing so I am trying to join alm_hardware table with many other cmdb tables to get corresponding information pertaining to a CI . When I make a join from alm_hardware ...

harsha005_0-1686845065025.png harsha005_1-1686845374156.png
harsha005 by Tera Contributor
  • 1000 Views
  • 5 replies
  • 0 helpfuls

Switch Statement in Flow Designer

What is the best way to replicate the switch statement functionality of Workflow in the new Flow Designer? I've briefly looked into decision tables but can't tell if that is the best way to do it in Flow... it would certainly take a lot more time to ...

UI Page: "g_form" is not defined.

Hello,   So I am creating a UI page and I just want it to display the sys_id of the current record. I keep getting the error that g_form is not defined. Is there a way to work around this? Thanks!   <?xml version="1.0" encoding="utf-8" ?> <j:jelly tr...

AndrewDiep by ServiceNow Employee
  • 552 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to set the value of a reference field?

So, I created a field called "Associated Incident" which is a plain-text field on a Case table, and  I also have a field called "Incident Short Description" which is of type Reference and refers to the Incident table. What I want to happen is, an Age...

jglez1 by Mega Guru
  • 1467 Views
  • 3 replies
  • 0 helpfuls

REPOST:How to compare two filter conditions

 Is there any way to compare two filter conditions in order to find match.e.gvar filterCondition1 = 'active=true^priority=1^ORcategory=hardware';var filterCondition2 = 'priority=1^active=true^ORcategory=hardware'; above conditions are same. consider ...