Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Forum Posts

Resolved! sys_id glideAggregate

Hello all, Would anybody here possibly know a trick how to query a sys_id from assigned_to field when using GlideAggregate? (function executeRule(current, previous /*null when async*/) {    //assigned to mi vrati sys_idvar ga = new GlideAggregate('in...

Resolved! Change Order Guide Variables After Submission

Hello Everyone, I have a specific need that I have not been able to find a solution for. We have an Order Guide for New User Onboarding. We have it set so our hiring managers fill out the Order Guide from the Service Portal, entering the user's name,...

Mclane by Giga Contributor
  • 1778 Views
  • 3 replies
  • 3 helpfuls

Resolved! Create a new child incident from parent incident

Please find the below code i tried this code but wont' work   var incident = new GlideRecord("incident"); //change.short_description = current.short_description;incident.initialize();incident.short_description = current.short_description;incident.des...

find_real_file.png find_real_file.png
Tharun15 by Tera Contributor
  • 3701 Views
  • 8 replies
  • 3 helpfuls

Resolved! Dynamic task assignment based on variable selection

Hi, I have a catalog item where users are able to request work to be complete by a specific team. This team is select in a variable looking at the sys_user_group. What I am needing to do is get the workflow to assign the catalog task to the team sele...

find_real_file.png
Darren22 by Tera Expert
  • 2861 Views
  • 3 replies
  • 3 helpfuls

Resolved! Related list copy

Hello all , I have two tables Demand and Project where the Demand table is the parent table and the project is the child table of demand . In the demand table ,there are two related list which are Stakeholders and Decision tabs . Now the requirement ...

sip by Tera Contributor
  • 2531 Views
  • 22 replies
  • 5 helpfuls

How to restart a specific workflow from a specific workflow activity

Hi All, There is a workflow which has passed a specific activity which has some wrong script in it. Now i would like to modify that activity and as the workflow is already crossed that activity I would like to restart from that specific activity.  I ...

sk59 by Tera Expert
  • 1133 Views
  • 1 replies
  • 0 helpfuls

How to Report on tickets that my team have reassigned to another group.

I am trying to run a report on tickets that my team has reassigned to another team.  I have tried the updated by but that does not seem to work.  These would be tickets that come in to my teams queue but they investigate and find they need to reassig...

dlp by Giga Contributor
  • 2784 Views
  • 1 replies
  • 0 helpfuls

Resolved! Providing permission to create tasks

I have a team member who is a fulfiller in an ITIL role. He manages a group that is responsible for configuring the QA environment for one of our products. He requested a catalog item. Part of the requirements is that he needs to be able to create ad...

Setting the due date in the Incident table

Hi I am just starting out with ServiceNow and I am trying to configure SLA definitions. I want to understand how and why due date field is set in the Incident table.  Is setting the due date in the incident table a best practice in ServiceNow? Since ...

zilliumsmith by Kilo Contributor
  • 3336 Views
  • 3 replies
  • 1 helpfuls

How can an Admin modify a user's notification channel?

In the Jakarta product documentation, I see where a User can modify their notification channels.   Modify notification channels Is there a way that an Admin can modify on behalf of the user?   As a user, their email address is not editable.

find_real_file.png

Resolved! return false in catalog client script

Hi all, I need to know how to abort action in catalog client script based on the conditions when the catalog item is ordered during the on submit event. Ex if the condition is true i should make a request else if the condition is false i should not b...

sanju by Kilo Contributor
  • 3707 Views
  • 12 replies
  • 2 helpfuls

Field message with GlideAjax

Hello all, I need to create display field messages in an incident form. The idea is to check whether the field in question fulfills some parameters (ie. CI = category: computer) and then show the info message under the field.This has to be done with ...