We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

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
  • 4724 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
  • 3164 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
  • 3111 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
  • 3073 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...

Resolved! How to check the start date that is 30 days prior

We have a requirement that checks the start date field to see if it is within 30 days prior or less. For example: If user selects 11/9/2019 it would fail, 11/10/2019 is fine and any date after is fine. 

mattrom1 by Giga Expert
  • 4202 Views
  • 8 replies
  • 2 helpfuls

Resolved! Cloned Widget Not Showing on Service Portal

Hi, I cloned an existing widget but changes made are not reflecting on the Service Portal (I see the change on the widget itself but not on the Portal). Considering there is a new ID on the cloned widget, I am guessing this might need to be updated s...

Bruce11 by Giga Expert
  • 4361 Views
  • 8 replies
  • 2 helpfuls

Resolved! Client Script add days to date field

Hi,I want to add dates to a date/time field in catalog item. Below is the code I am using but it is not working.Client Script :-function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; }//Type appropriate...

Community Alums by Community Alums  
  • 4063 Views
  • 2 replies
  • 1 helpfuls