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

Forum Posts

Resolved! Autofill of Age based on Date of Birth

Hi Friends, I have a requirement to auto populate the age based on date of birth.I have created a script include and catalog client script for this but the age is not auto populating.while checking the script Include in background script it is workin...

Premkumar1 by Giga Expert
  • 3459 Views
  • 25 replies
  • 0 helpfuls

Resolved! How to change list collector display values on ritm ?

Hi i want to change the values that provide additional details of select CI from list collector in RITM, can you help me with how i can add more fields to it. Below is the screenshot i am talking about: 

venkat101_0-1690303841693.png
venkat101 by Tera Guru
  • 924 Views
  • 1 replies
  • 2 helpfuls

Reception of emails in the instance

Hi, good afternoon. I am trying to receive emails on my ServiceNow instance to create tickets, but I noticed that when conducting tests, the emails do not arrive at the instance. If you are accepting the reception of emails from addresses registered ...

How to save the form and call UI page using UI action?

I have scenario where I have to save the form and call the Ui page on click of a UI button. I tried using g_form.save() and g_form.submit() but nothing worked. I have tried calling another function from on click function but not sure about the right ...

find_real_file.png
Sagar24 by Tera Contributor
  • 1653 Views
  • 6 replies
  • 0 helpfuls

Inbound Email action - Notifications

Hi, I have a doubt related to email logs. When we open email logs ,under reciepients email ids, how can i find where and in which application (ex: inbound action or notification), that email id is involved. In the sense how can i search where this em...

Gousia Syed1 by Tera Contributor
  • 1134 Views
  • 17 replies
  • 3 helpfuls

notification after 3 days in servicenow

I have to send a notification to the user when the ticket is 3 days old and the state is in awaiting info state and when a ticket is in the "awaiting info" state for more than 6 days, then the ticket should be canceled.. i have created scheduled jobs...

UI Action not working in workspace

Hi I have added a button to the form, it's working in form which redirects to other login page but the same button is not working in workspace. How to fix this? var url = current.message_key;action.setRedirectURL(url);    Thank you

Deep_D_0-1690257759593.png Deep_D_1-1690257811656.png
Deep_D by Tera Contributor
  • 547 Views
  • 4 replies
  • 0 helpfuls

Calander Date/Time and Glide Date/time

Hi All, I want to compare two dates , one is Calander date time and another one is Glide date time, I want to comapre if both of these are same.

Priya75 by Tera Contributor
  • 791 Views
  • 2 replies
  • 0 helpfuls

Resolved! Validation on Email field

I've a CI form where there is a field called Group Email. I wanted to have a validation where this field should accept only valid DL no other text nor individual email id. It should only accept valid DL. How to achieve this?