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

How do you handle incoming emails from D/Ls or shared mailboxes

The challenge that I see is that users send emails from those shared objects.  They are accepted but then the members complain about getting email for incidents that they didn't create and can't access.  The later part can be for one of two reasons. ...

johnfeist by Mega Sage
  • 1798 Views
  • 2 replies
  • 0 helpfuls

Resolved! Workflow "If" activiy

I have a need to add an "If" activity to one of my workflows.I need to have Requested For Department as my true statement. I tried using the Condition and Advanced without success. Any assistance would be appreciated.

John H1 by Tera Guru
  • 918 Views
  • 1 replies
  • 0 helpfuls

Set Risk level in Standard Change model via Table API

We are creating Change request via table api and setting the Chg model to 'Standard', the problem is that risk being set to 'None' (greyedout) instead of being "low, medium or high". We tried using Put / Patch method to update risk: 2 but doesn't see...

Auto-populating Field Isn't Mapping Properly Upon Submission

I have a variable on our Incident form for adding people to the Watch List of the Incident. I made a recent update to the form and was asked if we could auto populate the Watch list field from another variable on the form where the user selects anoth...

jnchristie by Tera Contributor
  • 754 Views
  • 1 replies
  • 0 helpfuls

Resolved! Zip code mapping issue on transform map

I created a transform map where in we have zip code values provided in the excel like 711-012 or 0511 etc. In both these cases, during transformation, target zip code field is getting updated as 711012 (- is removed) and 511 (0 is removed).How can we...

Developer3 by Tera Expert
  • 869 Views
  • 2 replies
  • 0 helpfuls

SLA Conditions query

I need a response SLA to attach to the FIRST response only; however my response SLA is attaching every time the start condition is met (again) How do I get a Response SLA to complete the first time and NOT reattach?The Response SLA is set to STOP whe...

Chaitra10_0-1721816493309.png Chaitra10_1-1721816505988.png Chaitra10_2-1721816526115.png Chaitra10_3-1721816538047.png
Chaitra10 by Tera Contributor
  • 937 Views
  • 5 replies
  • 0 helpfuls

Notifications

H experts, I wanted to know if there a way to send notifications dynamically to users my requirement is to send notifications to the proposed people or last used member of the standard change template. I have configured the notification i want to kno...

spectura77 by Tera Contributor
  • 1933 Views
  • 8 replies
  • 0 helpfuls

Need to create UI Action in Incident List View

I would like to know if we can change the state field and the date field(to the current date) in the Incident list view via UI Action without refreshing the page.If yes! then how can we achieve the same? I've created below mentioned script  ---------...

1__vipind by Tera Contributor
  • 900 Views
  • 2 replies
  • 0 helpfuls

Getting error in g_scratchpad

Hi team, function onSubmit() {    if (g_scratchpad.validForm) {        return;    }    var reason1 = g_form.getValue('reason1');    var reason2 = g_form.getValue('reason2');    var mrvs = g_form.getValue('risk_rating_from_country');    var vk = new G...

arunkumar119909_0-1721800867268.png arunkumar119909_1-1721800930112.png