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! Advanced record qualifier with 3 conditions

I am having trouble with a catalog item reference qualifier with three different conditions.The desired returned results are:1. Apple Mac assets assigned to the requested for user that are 4 years old or more2. Windows assets assigned to the requeste...

dowson by Tera Expert
  • 1319 Views
  • 3 replies
  • 0 helpfuls

How to edit the case_creation ui page after cloned

Hi, I want to do some changes on this ui page so have cloned the case_creation ui page but still the not able to edit due to "This item is read-only based on its protection policy."Can anyone please help on this how to edit this ui page, It will be u...

mania_0-1750762876983.png
mania by Tera Contributor
  • 506 Views
  • 1 replies
  • 0 helpfuls

How to Dynamically Track Knowledge Article View Origins

Hi All,I have a requirement to track the origin of knowledge article views dynamically in the kb_use table.Key aspects of the requirement:The origin should include every possible location (e.g., Virtual Agent, Workspaces, HRSS My IT, Now Mobile, etc....

Resolved! Decision Tree - Idea, Demand, Project, Request & Change

Hi all, Our client asked us to provide them with a "Decision Tree" for Idea, Demand, Project, Request & Change.Find attached an example that includes Problem and Incident given by them. Do we have something similar produced by ServiceNow for the topi...

Tommaso2 by Tera Expert
  • 2327 Views
  • 5 replies
  • 2 helpfuls

Resolved! Update Work Notes of a HR Case through Fix Script

Hi Everyone ,I am trying to close some old cases through a Fix script without triggering Notifications to Opened for, Subject Person and Approvers with the below script.var hrc = new GlideRecord('sn_hr_core_case');hrc.addQuery('number', 'HRC0044626')...

Madhan007 by Tera Contributor
  • 2545 Views
  • 7 replies
  • 1 helpfuls

How to archive group approvals for RITM

Hello,I have an archive rule set up on RITM(sc_req_item) and i'm able to archive related records as well like (SLA. sysapproval_approver....) but not able to archive sysapproval_group approval records, is their any process available whenever RITM arc...

DOM Manipulation

I know DOM Manipulation is not recommended by servicenow but we need a solution whenever a link is clicked we need to validate if it is already clicked or not? Requirement: There is a link which if it is not clicked then we need to show an alert and ...