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

Forum Posts

Resolved! Automatically Create RITM using Workflow (CARTJS)

Hi,  We have a catalog item (lets say name as: "Assets")  with 2 variables1. requested for2. category  (type: select box) with 2 choices        choice1: AWS        choice2: Hardwarewhen "AWS" is selected it should trigger a catalog item(called AWS Re...

anvitha ash by Tera Contributor
  • 865 Views
  • 4 replies
  • 1 helpfuls

Resolved! About the user who executes server-side scripts

Can you please tell me who is the executing user of the script?We believe that the login user is the executing user for client-side scripts.So who is the executing user for the server-side scripts?

Best Way to store catalog approval group

We are having multiple catalog items and we have flows associated per catalog item for approval and task creation. Now approval group for each catalog item is stored in the flow (which for me seems to be hardcoded). Anytime we need to make changes in...

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
  • 3492 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
  • 928 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
  • 1656 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
  • 1161 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
  • 549 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
  • 793 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?