The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! data send to rest post method message using flow designer

Hi all ,  I am using a REST message with the POST method in Flow Designer. I am sending two input fields: phonenumber and workphone. I have created the REST message, set the endpoint, and configured basic authentication. Below is the preview script I...

chandan2212 by Tera Contributor
  • 612 Views
  • 5 replies
  • 3 helpfuls

BMC Helix to ServiceNow Integration

We have requirement to integrate ServiceNow with BMC Helix for ITSM module.1) When ever incident created in BMC Helix it should e-bond to ServiceNow. How we can integrate this?2) If the incident created at BMC Helix is in Spanish language so when it ...

Nisha B by Tera Expert
  • 1876 Views
  • 2 replies
  • 0 helpfuls

How to get previous value on email script

Hi, I have a scenario The email subject should be updated to indicate that the incident number has been escalated to the respective group, specifically when the ticket is moved from A to B group. So how to take previous in email script?Can anyone ple...

mania by Tera Contributor
  • 419 Views
  • 4 replies
  • 0 helpfuls

How to copy attachment from sys_email to case record

Hi, I am trying the copy attachment from sys_email to case record so i havee used below code but not getting mapped.Can anyone please let us know where i missed?(function executeRule(current, previous /*null when async*/) {    // Add your code here  ...

mania by Tera Contributor
  • 900 Views
  • 10 replies
  • 1 helpfuls

Display catalog variables on table extended on task

Hi AllI am looking in existing implementation, they used RITM > Custom taskThey didnt used the sc_task under RITM regarding security and sc_task is not extensible, so they extended task table. The problem is since variables belong to catalog they don...

How to change parent of a table?

Hello Experts, I am trying to change the parent table of one table. I have gone through few posts on community and found the below methods which can change the parent of a table. But it is always returning 'false' for me. //var changer = new Packages...