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

Forum Posts

How to relate an incident to a problem?

Hi ,As Per my requirement i created a reference field in Problem Form which   refers to incident table.When i select any record from incidents in that reference field and click on save that incident should get relate to that problem and   in Related ...

Target table issue in Inbound email action

Hi All, we have configured an inbound email action for approval state change (Update Approval Request (New)).we are facing issue in instance field of emails log .it should be the "sysapproval_approver" table but it is coming as "change_request" table...

keval3 by Tera Contributor
  • 603 Views
  • 2 replies
  • 0 helpfuls

Question on reference qualifier

Hi All, We have one field in change module form 'u_peer_approver', we are using group member as an reference for that field in configuration dictionary. But while using this we are getting multiple users records when we type any user name in the peer...

Mani60 by Tera Contributor
  • 700 Views
  • 6 replies
  • 0 helpfuls

Resolved! Knowledge Management: Related Knowledge Articles

Hi, in Knowledge Management we have a functionality of relating knowledge articles to each other, to enable employees to move quickly between articles with similar topics. Its controlled from the Related List just as this article explains from a Cata...

SimoneNV by Tera Contributor
  • 658 Views
  • 1 replies
  • 0 helpfuls

Resolved! Two task trigger Based on checkbox selection

Hi All i have two variables type as check boxes A  and B if supposed user select both option same time and submit the request it need to be trigger C & D two different tasks need to be trigger if user select A option only C task need to be trigger if...

poco by Tera Contributor
  • 1051 Views
  • 3 replies
  • 0 helpfuls

Marking Templates as Favorite

Hello Friends,I have a requirement to add an option for users to mark templates as favorite. I am currently on Istanbul UI 16.So basically when user clicks on the 'Toggle Template Bar' he can see the template slide panel at the bottom of the form. Th...

niitnishant by Tera Contributor
  • 1173 Views
  • 2 replies
  • 0 helpfuls

Add workflow

Hello friends new to flow designer created a new catalog item , but how I can achieve below requirement :Once user fill all the catalog items variables and click submit ...send the ticket to Cloud Services. Is possible, it would also be great to have...

ritumisra by Tera Contributor
  • 405 Views
  • 3 replies
  • 0 helpfuls

Resolved! SLA Breach Time showing incorrect

Hello All, I have configured SLA for security incident. Priority(Response ) =  P2.( 8 hours SLA) Priority (Resolution) = P2 (2  Business days SLA) SChedule is 8 -5 excluding Holidays (Inside holidays its QLD holidays) Incident : INC0109639 once raise...

ShiningStar1 by Tera Contributor
  • 1968 Views
  • 2 replies
  • 1 helpfuls

XML data into RSS feed

var rss_feed ='https://cspreporter.nl/feed/storingen';    var end_point = rss_feed+ "";    var r = new sn_ws.RESTMessageV2();    r.setEndpoint(end_point);    r.setHttpMethod("GET");    r.setRequestHeader("Accept", "application/json");    var response...