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

Cancle and OK button in Business Rule

hi,i need to add alert with Cancel and Ok  button on change of state on incident table.please  suggest on implementing confirmation , via Business rule. Thanks  

Ujjwal1 by Tera Contributor
  • 359 Views
  • 2 replies
  • 0 helpfuls

Resolved! Resolve button popup

Hi Experts, On the SOW view of the incident form when click on the Resolve button, it opens the popup dialog to select resolution code and resolution notes. Do any one know how servicenow opens up this popup? I opened the UI actions list and found re...

CIO Dashboard Costing

Hello All, I have below question regarding CIO dashboard. what is the cost of CIO dashboard?what kind of ServiceNow license we need to get CIO dashboard for free? Thanks in advance Tushar

TusharH by Tera Contributor
  • 553 Views
  • 2 replies
  • 0 helpfuls

Validate Datasource Connection

I have a request to either use an out-of-the-box feature or write a Scripted Rest API in order to validate the connection to all our datasources. I have tried several codes, but I haven't found a way to do or at least every code I have tried just giv...

How to create report?

Hi Team, How to create below report  on problem table?  Problem Records OpenClosedAverage RCA Max RCA assignment group100N/A assignment group2006 d assignment group300N/A assignment group400N/AN/A is this possible ? Thank you,Shabbir Shaik

shabbir5 by Tera Guru
  • 461 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to add hyperlink in showfieldmssg() inn catalog item

I want to add hyperlink as follows but it is not workingfunction onChange(control, oldValue, newValue, isLoading) {   if (isLoading || newValue == '') {      return;   }  g_form.clearMessages();     var s=['database_server','application_server'];   i...

SHALIKAS by Tera Guru
  • 895 Views
  • 5 replies
  • 1 helpfuls

Resolved! Display helpText Dynamically

I have 2 fields Select server having options as Application, database and infrastructure.There is another field called Name.The name field should only display helptext if application or database is selected.Also the helptext is having a link in it. H...

SHALIKAS by Tera Guru
  • 1206 Views
  • 9 replies
  • 3 helpfuls