ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Adding new RITM to existing Request

Dear Experts, I want to add new RITM in my existing requests. To achieve this, I am using " reqHelper.addItemToExistingRequest()" to add a new RITM in my existing Request.   But the problem is, I am unable to find the actual RITM which is being creat...

Resolved! add item to existing request

Hi Everyone,Have a question, trying to use GlideappCalculationHelper         to add 2 request item to an existing request but my script doesnot seems to work... It is not creating additional items. Can anyone help on this or give anyother way of doin...

SME by Tera Guru
  • 3952 Views
  • 4 replies
  • 0 helpfuls

Data Certification and Scripted Dynamic Filter Setup

Hi, I am building a way for users to certify their mobile number is correct for contact purposes, for this I am using Data Certification. Users are to certify both their business and personal numbers every 6 months. The Certification Filter is pointi...

Fay1 by Tera Contributor
  • 1709 Views
  • 2 replies
  • 0 helpfuls

Resolved! Link Incident to related links on RITM form

Hi All, On our requested item form we have related links to show related incidents and third party incidents as below, does anyone know how I can populate the incident section from submitting a cat item form on the portal? I have the form all set up...

find_real_file.png
Matt25 by Tera Guru
  • 3013 Views
  • 5 replies
  • 1 helpfuls

Resolved! Rejected Approval Task Behavior

We are triggering the Approval from the Ask for Approval Action from the Flow designer.   If the user rejects the approval task then the task is getting rejected however we develop in such a way that the  user has the option to retrigger the approval...

Insomaniac by Kilo Expert
  • 1820 Views
  • 2 replies
  • 0 helpfuls

Flow - Checking if incident exists

Hello, I hope everyone is ok and safe, Happy New Year, all the best for 2022. I have a flow with logic to create or update an existing incident.The logic is simple:1. look up the incident record2. if the incident exists (I have some conditions there)...