Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Resolved! Project Task state is not getting Updated

Hello Community, I need help on this I have project which have project task under this project task I have 5 child project tasks now when I close 3 project tasks and cancel two project tasks the percentage of parent project task is 100% but the state...

sanathk by Tera Expert
  • 1809 Views
  • 3 replies
  • 1 helpfuls

Resolved! Edit Form Context Menu: 'View' menu before form is saved

Hi all,I would like the 'View' context menu from the table 'sys_ui_context_menu' to be selectable in the context menu when creating new Changes, so that the View can be switched before saving a new Change. The menu is selectable in all phases except ...

jan_hoeltje_0-1731931797241.png jan_hoeltje_1-1731931830921.png
jan_hoeltje by Tera Contributor
  • 1162 Views
  • 1 replies
  • 1 helpfuls

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
  • 1205 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
  • 1507 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
  • 1309 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
  • 2235 Views
  • 3 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
  • 837 Views
  • 3 replies
  • 0 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...