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

Forum Posts

How to creat request item from Transform map

I have created an transform and I choose the target table as "sc_target" and I have created the onBefor transform map script as below   var cart = new Cart();var item = cart.addItem('10dacbc1db3b6300bdb98edf4b9619ee');//Set Variables in your Cart Ite...

busireddy by Tera Contributor
  • 1840 Views
  • 20 replies
  • 3 helpfuls

Resolved! flow designer close RITM when all tasks are closed

Here are 4 checkbox variables on the catalog form:  Here is the flow that makes one task per checkbox. I have a 'wait' condition checked for each task, but not because they need to happen in order (they shouldn't; I want them to all be created at on...

find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 3014 Views
  • 4 replies
  • 0 helpfuls

Resolved! Knowledge Articles from Problems

Hi all, On every problem form we have a "Knowledge" box that can be checked. When you check this box and the Problem is closed, a Knowledge Article should be created in the background. However, nothing happens; no Article is created, we don't see act...

AdamUMC by Tera Guru
  • 3677 Views
  • 15 replies
  • 9 helpfuls

Get attachment file name

Hi Everyone, I'm trying to get the attachment file name in a ticket, and write the file name into the worknote area. I write my code as below. I can file the attachment recoed,but don't know how to get the file name in that record.Hope someone can he...

Shuang by Tera Contributor
  • 4833 Views
  • 5 replies
  • 2 helpfuls

"Cannot read property "0" from undefined:" Error Message

Hello @Ankur Bawiskar  In Servicenow logs, we are getting this below Error; Cannot read property "0" from undefined: com.glide.rest.domain.ServiceException: Cannot read property "0" from undefined: com.glide.rest.service.custom.CustomServiceException...

How to avoid creation of duplicate comments?

Hi All, I am facing Duplicate issues in Additional Comments field. When i update a comment from Incident to Case, it displays 2 comments in Incident form and displays 1 comment in Case form. Also, when i update a comment from Case to Incident, it dis...