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

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

Forum Posts

Resolved! want to change the background color of widgets in service portal

Hi Team, actually my requirement is i want to change the background of widget . i tried with the following script in CSS  .panel-heading { color: #fff; background-color: #0060FF; border-color: #0060FF;} but the issue it only changing the heading part...

find_real_file.png
chinna by Giga Guru
  • 7180 Views
  • 5 replies
  • 2 helpfuls

Resolved! Change Approval UI Action Button

@Community Alums  I am new to UI action. Could you please help me to achieve this. Thank you Create UI ActionName: Change ApprovalTable: incidentUI Action should do the Open Dialog-- Dropdown to select approval state and Comment fieldOn Dialog. Submi...

Harsha38 by Tera Guru
  • 940 Views
  • 1 replies
  • 0 helpfuls

LDAPUtils

I came across the LDAPUtils script and the setManager function in there. setManager: function(source, target) { var ge = source.getElement(this.manager); if (!ge || ge.isNil()) return; this._getLdapUserUpdate(); var ldap = new Packages.com.glide.sys....

ravali6 by Giga Contributor
  • 6356 Views
  • 8 replies
  • 0 helpfuls

Resolved! How can I get number of days ticket has been opened

Hi,I have created a string field on incident and trying to get total days of incident opened based on created date and todays date. Its showing time as well, how can I remove time and show only days.  var gr = new GlideRecord('incident'); gr.query();...

reddy8055_0-1666989788688.png
reddy8055 by Tera Contributor
  • 3205 Views
  • 9 replies
  • 0 helpfuls

Filtering Columns on a Custom Table

I have a custom table with 3 columns.I'm trying to use a reference variable in my form.I'd like to filter Column2 pulldown in my form based the selection from Column 1.I'd like to filter Column3 pulldown in my form based the selection from Column 2.H...

Joe Taylor by Giga Guru
  • 2152 Views
  • 7 replies
  • 0 helpfuls