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

Forum Posts

Report on change Approvers

How to create a report on changes that have the same approver for both the ABC Group and the XYZ Group. 

GBS by Tera Contributor
  • 567 Views
  • 5 replies
  • 0 helpfuls

Make field read only in list view

 Hi all,There are several fields( 20 fields)  to make ready only in list view  is there any way to  Create  a Single  onCellEdit client script or ACL  for all field to make  read only  in list view .We tried UI policy which is not working in list vie...

Community Alums by Community Alums  
  • 1764 Views
  • 4 replies
  • 1 helpfuls

ServiceNow Email

 For all impacted carriers except for Kaiser ASO, ROM Task opened exceeds 5 BD and should continue till the ROM Task is CLOSED. This is to increase the governance on ROM Tasks closures. The email content can read "ROM Task is OPEN. Please take immedi...

AzanR by Tera Contributor
  • 761 Views
  • 4 replies
  • 2 helpfuls

Send a reminder email before End date is due

We have a request to create a field "xyz" to enter number of days in [ast_contract] table, this field will count how many days left to "End Date" field. then send a notification/reminder to "Manager" field. Ex: a contract end date is "31/12/2028", i ...

Resolved! Knowledge article

Hello @all ,I have the solution itself, but I'd appreciate some guidance to fully grasp its underlying mechanics and how it functions. Requirement - Basically the "Republish" button on kb article is not accesible for ownership group members it was on...

Yogita11__0-1750948454808.png Yogita11__1-1750948718032.png Yogita11__3-1750948823616.png Yogita11__4-1750948932657.png
Yogita11_ by Tera Contributor
  • 849 Views
  • 4 replies
  • 1 helpfuls

Resolved! OnLoad client script

Hi @all, Here I am hiding the choice called "closed" on change task only when change request is in new state.for this I had below on load client script on change task:  function onLoad() {g_form.getReference('change_request', function(ref) {if (ref) ...

Interactive filter for Dashbaord Reports

Hi everyone,I’m setting up an interactive filter for a report in a dashboard. I want to filter by Assignment Group and Assigned To, and I need the Assigned To dropdown to show only users from the selected Assignment Group.How can I configure this? Th...

How to stop the SLA from server Side code ?

Hi Folks,I have implemented a Cancel button, where I’ve written server-side code to cancel the Task (sc_task).When the Task gets cancelled, the corresponding RITM and Request also get cancelled.The problem is — when the Task and RITM are cancelled, t...