Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

UI Action visibility

There is a custom UI action where it should be only visible to users with "itil" and "sn_incident_write" ,but it is not working as expected .Can anyone help me on this ?

Screenshot 2026-01-13 231432.png
Devika by Tera Expert
  • 1724 Views
  • 10 replies
  • 1 helpfuls

How to do Scripted Rest Api for attachment for base64 with filename,filesize and DataBase64.

How to do Scripted Rest Api for attachment for DataBase64 with filename, filesize and DataBase64. This is the JSON payload structure.{    "CallData": {        "Calls": {            "SysSpecField3": "${u_external_reference_number}",            },     ...

Exclude 9 users from receiving notifications

Hi Community, I want to exclude 9 users from receiving notifications and these notifications gets triggered by a schedule Jobs which runs daily. Can I use conditional script in the scheduled Job or do I need to write a email script. I want to hard co...

Resolved! Record Producer Issue

I have created a record Producer.In that i have added variable of type multi line Textwhen i add something in that with line break ,then i record it is coming in one line. Does anyone have idea how we can correct this?   

SS1510_0-1768400556706.png SS1510_2-1768400617972.png
SS1510 by Tera Expert
  • 947 Views
  • 3 replies
  • 0 helpfuls

Resolved! Update Short Description When Work Notes Are Updated

RequirementWhenever Work Notes are updated on an Incident, automatically append the user details to the Short Description field. Solution: After Business RuleWe can achieve this using an After Business Rule on the Incident table that triggers wheneve...

ZubairQ by Tera Contributor
  • 1389 Views
  • 3 replies
  • 1 helpfuls

Resolved! Approval button role clarification

OOB Approve/reject button is visible to approval_admin role.So necessarily I have to give the role to any user who needs to approve/reject.But if I grant this role, this user can approve/reject any of the approval not tagged to him as well.          ...