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

Forum Posts

Calling script include in UI action condition

Hi all,i have to show a UI action based on condition, i have created a background script and run it shows result. based on background i have created script include and called in UI action. But now working.Condition: Itemized List contains configurati...

shaik17_0-1732628433459.png shaik17_1-1732628511774.png shaik17_2-1732628560201.png shaik17_0-1732629221909.png
shaik17 by Tera Contributor
  • 661 Views
  • 1 replies
  • 0 helpfuls

Order Guide - multiple items in 1 tab

I am new to Service-Now so I am not sure if I am going about this correctly.I would like to create an Order Guide for new phones that will allow the user to choose the phone model and the accessory for that phone.   But I would like all phones to sho...

Email sending on duplicate inserts/updates

Updated/created on today & Name > 3 consecutive inserts/updates - An alert should trigger to 'development@example.com' team. Below is the screenshot.    For example:Name:                       Serial number:     Created/Updated:*ASSET-IBM            ...

SarahBouil_1-1732639394833.png

Issue in UI Script

For the URL https://www.service-now.com/esc?id=index, the redirection is not working. Please refer to the updated script below:  (function() { url = window.location.href; if (url.includes("sp?id=index")) { // Redirect SP index to ESC...

prithviaram by Tera Contributor
  • 461 Views
  • 1 replies
  • 0 helpfuls

Approver can't see attachment in service portal

We have a catalog item that requires the requestor to add an attachment, any itil user can see the attachment but approver_user users can't see them. I've had a look at ACLs etc but can't see where it would be. Where the record would show the message...

find_real_file.png
gregmc83 by Kilo Guru
  • 5787 Views
  • 11 replies
  • 0 helpfuls

Workflow

Hello I have created workflow for one of the catalog item, the workflow path goes well and the stated and stages on requests is updated well but when we see in the workflow the "X = Set Values" the state is showing as "Cancelled" instead of "Finished...

How to set all field values in lower case on catalog items

I want all the field values on catalog item in lower case, since there are around 50 fields on form it is not a good idea to write all 50 on change client scripts an make each field content to lower case. This is tedious and have performance impact. ...