Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Dark mode for custom theme

How to configure CSS after creating variant dark mode for a custom theme, that helps for a consistent UI experience on instance??

Siris by Tera Contributor
  • 285 Views
  • 2 replies
  • 1 helpfuls

No Response from Sales Team

Hello, I have been trying to reach the Sales Team for almost a month.I have filled the Contact Us form and no one has been able to reply Anybody have a contact person I can reach out to? ThanksYanick Arlanda

YanickA by Mega Contributor
  • 394 Views
  • 6 replies
  • 0 helpfuls

Display email along with name on ServiceNow Popup

Hi All, When I try to search for a user, it shows only names and this creates an issue if we have users with same names. To resolve this, I want to use emails along with names as emails are unique.  Can you guide me on how to achieve this ? Thanks  

d88d71cc-e8e1-435c-beea-895cecb9ab38.png AmanPratapS7233_0-1782803927611.png

Resolved! Display of list of location change upon updated of requested for

I have the below script include script which retreives a list of locations based on the Requested by user on a catalog form.getrequestedbylocationlist: function(u_requested_by) {        var obj = [];        var usr = new GlideRecord('sys_user');     ...

harshamovva by Tera Contributor
  • 1079 Views
  • 4 replies
  • 1 helpfuls

Validation Rule

When we are loading data through data source in json file format, is there any rule or policy we can write in staging table so that we can check all the values in the file is correct or not, format of attribute is correct, we are not getting any empt...

harshkumar1 by Tera Contributor
  • 427 Views
  • 3 replies
  • 0 helpfuls

Populate urgency from Service Offering in the case form.

How to achieve the below requirement in the case form Populate urgency from Service Offering based on busines_criticality in the case record form. I have tried below before business rule but not works in the case form, could you please suggest how to...

ashok17 by Tera Contributor
  • 546 Views
  • 1 replies
  • 0 helpfuls

Unexpected Creation of 5000+ Records in sc_req_item

(function executeRule(current, previous) {if (!(current.active.changesTo(false))) {return;}var cart = new Cart(GlideGuid.generate(null));cart.setRequestedFor(current.sys_id.toString());var cartItem = cart.addItem('sys_id_of the catalog item');cart.se...

AshutoshaP by Tera Contributor
  • 434 Views
  • 2 replies
  • 0 helpfuls

Resolved! Flow Designer - adding a checklist to a form

Can someone please help me add a checklist to a SCTASK form using the Flow Designer?  I have a long flow (with multiple subflows) and I need some SCTASK tickets to get certain checklists.  I created a new template and can see it in the checklist_temp...

Ben124 by Tera Expert
  • 9140 Views
  • 9 replies
  • 7 helpfuls