Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

change requst

answer = {    u_svp_approval_mandatory: false,    u_svp_no_vp: false,    u_evp_approval_mandatory: false,    u_vp_approval_mandatory: false};var svp_approval_required = false;var svp_no_vp_required = false;var evp_approval_required = false;var vp_app...

satya1995 by Tera Contributor
  • 381 Views
  • 1 replies
  • 0 helpfuls

Resolved! One person to approve out of a group on a RITM

I have a requirement that for certain ritm's the approval needs to go to 3 people and once 1 of them has approved it then cancels the rest. I tried using group approvals on the ritm but once 1 person has approved it still keeps the rest. What is the ...

joshmorris_2-1771320575914.png joshmorris_1-1771320553130.png
joshmorris by Tera Guru
  • 884 Views
  • 3 replies
  • 0 helpfuls

Resolved! Conditional Script Writer group after Zurich upgrade

Hi All,After the Zurich upgrade, a new group called “Conditional Script Writer” has been created. All users who have at least the snc_internal role along with any one additional role were automatically added to this group. Can someone explain the pur...

Resolved! User Creation Email with Password Reset Link

 Hi community, good day.I have a requirement: there is a notification set up on the User table. I want that whenever a user is created, the notification should be triggered for that particular user. In that notification, there should be an email scri...

rahdev_1-1771002957452.png
rah dev by Tera Contributor
  • 2510 Views
  • 10 replies
  • 2 helpfuls

Automatic Deployment of Update Sets

 Hello Guys, I need a custom solution that automatically picks up changes planned for deployment on the current day, retrieves the associated update set from the implementation plan, and completes the deployment.The solution should follow the sequenc...

sidharthaa by Tera Contributor
  • 623 Views
  • 2 replies
  • 0 helpfuls

How to capture encrpted data on incident for non itil user

Hello Team,   We have built a custom encrypted feild on incident form. And the same field is on record producers. When itil user submit record producer by filling the data its getting captured on incident,however when non itil user add the data and s...

Resolved! Is testing Activity Logs in ATF still not supported ?

Hello Community, I would like to check whether validating Activity Logs (Work Notes / Comments / Field Changes) in Automated Test Framework (ATF) is still not fully supported.I came across a ServiceNow Community post from around 3 years ago which men...

Mohamed_009 by Tera Contributor
  • 1507 Views
  • 5 replies
  • 4 helpfuls

Resolved! How to display department on the "caller" field - attributes

Good Morning, Please can someone advise,  I am trying to tweak the attributes on the Caller field within our Incident (and all other forms) form. We have several colleagues within the business with the same name, so we would like the colleagues names...

find_real_file.png
ToniOxley by Kilo Expert
  • 3713 Views
  • 4 replies
  • 1 helpfuls

ARTICLE - Custom Attachment Visibility Before Upload (UI16)

Hi everyone  I had a requirement where users need to choose the visibility of attachment(s) before uploading them. RequirementWhen a user uploads attachment(s) from a record (e.g., Catalog Task):Ask the user who should see the attachment(s)Based on t...

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

Service Bridge Onboarding Error

Hi,I'm facing an issue while onboarding an customer using Service Bridge and During "Connect to Provider"Its showing the error as follows:Request to establish a ServiceNow Service Bridge integration We failed to find a matching Registration task. Thi...

J Rohit by Tera Expert
  • 744 Views
  • 1 replies
  • 0 helpfuls

Resolved! restirction due date is not working in SOW view

Hi, I have written onchange client script, below is my script function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') return; if (newValue == oldValue) return; var forma...