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

Hide Category fields from a group on Incident form

Reviewing this, I came up with the following onLoad Client script; however, it does not work for me.  Any ideas?Want to hide or remove from a group when in the Incident form some categories they will not use.  Looking at your example, I switched it t...

jbasa by Tera Contributor
  • 2030 Views
  • 4 replies
  • 3 helpfuls

OnLoad Client Script g_form.setLabelOf

Hello,  I am looking to dynamically update a field label on a form based on the values in a the sys_class_name on alm_asset table using Onload Client script. as per my example below, if the sys_class_name is Kittens, I would like to update the serial...

Cobee by Tera Expert
  • 8289 Views
  • 14 replies
  • 2 helpfuls

Resolved! Edit Interceptor for Change Request not showing in PDI.

Hi All, I recently had to create a new PDI and I'm doing some training, trying to build new change type. I am not getting the edit interceptor field in the top right corner not sure what I am missing. I know we can create a new change request type fr...

CJPeterson_0-1673899943350.png
CJPeterson by Tera Expert
  • 2396 Views
  • 2 replies
  • 4 helpfuls

Remove demo data on on premise instance

Hi all,  I have a customer who wants to remove the demo data in their instance. However since it is an on-prem instance, they cannot use the remove demo data option from Hi. What would be the best way to identify and remove the demo data?

Resolved! Can you create an email chain using the Email Client?

Hi, We have been asked by one of our internal teams using ServiceNow if there is a possibility that the email client can "pickup" previously sent emails on the incident record so that it continues as an email chain (ie. similar to outlook)   At the m...

Resolved! Delegate Request Script Needed

I Created a Delegate catalog Item to request Delegations and I attached one Workflow. In this work flow I used run script to create delegate record automatically.Run Script:var del = new GlideRecord('sys_user_delegate');del.initialize();del.user = cu...

Community Alums by Community Alums  
  • 2285 Views
  • 3 replies
  • 1 helpfuls

Resolved! Need to add the Hamberg menu on the portal header next to the logo

@jaheerhattiwale  Hi jaheer, Hope your doing well.! On the portal header  next to the logo need to add Hamburg menu(PFA) whenever user hover it has to show some options like for example Catalog , Knowledge , Request something etc.  Could you please h...