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

Forum Posts

How do I create a schedule for a Standard Change

I am creating scheduling jobs via System Definition > Scheduled Jobs > 'Auto generate something (a change, an incident, a ci etc) from a template' for normal changes, which works as planned.  This is so I can automate the creation of a change record ...

rick-jones by Tera Contributor
  • 4311 Views
  • 6 replies
  • 0 helpfuls

Resolved! Best SDK Tool(s) | Mobile Web Browser Emulation

As we build out our Service Now instance, we are going to want to test the appearance of Service Now across the entire gamut of mobile devices or, to be more realistic, most common/popular mobile devices.  We are currently in the process of research...

How to get Logged-In user TimeZone in Client script (OnSubmit)

Hi, please help me how to get Logged-in User Time zone i used below script in OnSubmit -Client Script working fine Native Ui side, coming to Portal side showing Javascript Error.   var id=g_user.userID;var d;var gr=new GlideRecord('sys_user'); gr.add...

chanikya by Mega Sage
  • 4219 Views
  • 13 replies
  • 0 helpfuls

Cancel Survey Instance

Can I cancel the survey instance?  If so, please advise how. What's the setup steps? By the way, I see some survey instance is cancelled, under which workflow, system cancel the survey instance.  Please advise. Thank you. 

VLee1 by Giga Expert
  • 2139 Views
  • 3 replies
  • 0 helpfuls

Resolved! Incident management cancelled status

As the default OOB behavior when any incident is cancelled in my application , it is set to active = false .  I want to change this behavior and i want the incidents to remain in active = true status when incident is cancelled . What is the OOB busin...

Gary22 by Tera Contributor
  • 2769 Views
  • 3 replies
  • 0 helpfuls

Resolved! Can I use the default icon for catalog items?

I want to use the default items used on ServiceNow with icons for catalog items and categories.Where are the existing icons stored?And can I use it?

TY10 by Mega Contributor
  • 2240 Views
  • 2 replies
  • 2 helpfuls

Resolved! questions about increasing session timeout

Description: What is the effect of increasing the session timeout? Why does the documentation say "Adjust this timeout setting to no more than a few hours, although up to 24 hours is workable"? Does increasing the timeout cause a huge performance hi...

sbh by Tera Guru
  • 4695 Views
  • 3 replies
  • 2 helpfuls

Resolved! Schedule job to send approval reminders

Hello experts,  I am trying to send approval emails to approvers if they have not approved yet, this is the scheduled job: ********************************************************************* remindApprovers();function remindApprovers(){//remind eve...

find_real_file.png
josenava by Tera Expert
  • 3141 Views
  • 4 replies
  • 1 helpfuls

Resolved! How to display the section/tab in incident form ?

Hi Team,I would like to display the section/tab(Security Incident) when the 'Incident Type' is chosen 'Security Incident'.The section/tab(Security Incident) should be hidden when the 'Incident Type' is not chosen 'Security Incident'.Client script : T...

NK32 by Kilo Expert
  • 3087 Views
  • 8 replies
  • 1 helpfuls

Resolved! ATF - Test for Catalog Item failing to open

I'm trying to work with ATF to automate some catalog testing for my organization, and one of the things I test for frequently is making sure permissions and entitlements are functioning correctly. For example, I need to test and make sure Jane Doe in...

Moe Murphy by Mega Contributor
  • 3043 Views
  • 3 replies
  • 1 helpfuls

Resolved! Adding a group to a group (nested groups)

Hello! I am needing to add group to a new group that I am creating.  Group A needs to be added to group B.  I don't know exactly what related list would deal with this or if there is a better way to get this done without having to use parent group be...