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

Forum Posts

Display Variable Editor in Record Producer

Hi Experts,We have a requirement to create an REQ -> RITM with Record Producer. But on the RITM form all record producer variables are not displaying. A;though variable editor is added to the form layout. Please suggest if it is feasible to have a re...

Resolved! UI Action Trigger Outlook Email Client auto populate

Use Case: When I click a button "Outlook" Client load and auto populate Variable fields from the form into the email body in Outlook.So I got the script to open outlook client.window.open('mailto:','email');I try capturing setting variables and input...

find_real_file.png
chingher by Giga Contributor
  • 2797 Views
  • 6 replies
  • 0 helpfuls

Resolved! How can I make a Field mandatory depending upon another field

Hi,I have requirement on making a field mandatory for user if another filed (checkbox ) is marked. (Snap below). so if Downtime (Yes/No) box is checked, user has to fill in Risk and Impact analysis field (Mandatory).Please help.Thanks,Rajan Mehta

find_real_file.png
Rajanmehta by Mega Guru
  • 4371 Views
  • 4 replies
  • 9 helpfuls

Single Line Text Variable Char Limit

Hi,Is there a way to globally set the max character limit for single line text variables in catalog items? I realize I can set a character limit in each individual variable.And/or, is it possible to make the width of the single line text box wider/gr...

find_real_file.png
jmoore by Mega Expert
  • 5384 Views
  • 7 replies
  • 1 helpfuls

Resolved! Tables and columns metadata

Hello.Do you know anyway we can retrieve tables and columns metadata through the REST APIs? What we need is a list of existing tables and, for each table a list of columns with name and type.sys_dictionary table should contains information about the ...

Resolved! Add a Tooltip to a field on ChangeRequest form

hi, We are on Helsinki. We have a need of adding a tooltip to add over a checkbox field. (True/False), so when user hover over the text "Downtime(Yes/No)" , tooltip can guide the user what it means. Can someone please help how to achieve this?Thanks,...

find_real_file.png
Rajanmehta by Mega Guru
  • 14581 Views
  • 8 replies
  • 14 helpfuls

Set Date and Time to Next Day at Specific TIme

I'm attempting to set the date and time for a field on a catalog item. I'm calling it a "Need by Date". The requirement is to default the date and time 1 day out, and set the time to 7:00:00 that day. Can someone help configure this? I'm using a Glid...

Marques2 by Tera Expert
  • 7533 Views
  • 11 replies
  • 4 helpfuls

Resolved! Can we disable inherited UI actions?

Hello Gurus!I want to avoid writing a client script for this, if possible!I inherited a 'u_event' table from Incident table and ended up with extra UI Actions that I dont want [example: The incident form has 'email', 'resolve incident', 'convert to s...

How to use OAuth Bearer Token in Outbound Soap Web Service?

Hi,  We need to call a SOAP web-service in servicenow by which we need to post some data. That SOAP web-service is using OAuth authentication. We need to pass Authentication type as Bearer. But we are not able to do that.  Thanks,Akash Rajput

Artemis15 by Kilo Guru
  • 3928 Views
  • 2 replies
  • 0 helpfuls

Change delete confirmation message

Hi,I want to be able to change the delete confirmation message when deleting records.       I was able to do it in the form by changing the text from the messages table.   But for the list choice "Delete", it still displays the default message "Delet...

mcarriedo by Kilo Contributor
  • 2659 Views
  • 6 replies
  • 0 helpfuls

Resolved! How do we add Not equal to condition to REST API url

hi We are on Helsinki. Can someone please help and show me how to add Not Equal to condition to REST API url? Please see the url below. And I want to filter out sys_class_name = Hyper-V Server from the result set. (i.e. sys_class_name =! 'Hyper-V Ser...

Rajanmehta by Mega Guru
  • 4735 Views
  • 8 replies
  • 3 helpfuls

Resolved! Trigger an SLA based on when incident was created

I want to configure two SLAs for target response time (The time from when an incident was created and is first responded to by a tech.)One for when the incident is created during business hours (8-5M/F) and another for outside of business hours.For e...

System updating cmn_notif_message, turning send_email to true

We had the system update a bunch of notification preferences for two groups of users.   These two groups have the "Incident - Assigned to my group" notification set to not send on their personal preferences.   This is intended.   Last Wednesday, the ...