We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Resolved! Tree picker not showing Groups with parent

The OOTB field assignment group in the incident field is not displaying the groups with parents present.I have provided the filter to show only show the groups with parents and nothing shows up in the tree picker, where as when i filter for groups wi...

Resolved! Help with JSON array

Hi Everyone, I am creating Scripted REST API to get data from JSON to Incident work notes. JSON payload : {"data": [{   "type" : "line",    "Name" : "Ravi"},{   "type":"multiline",   "Address" : "XYZ"},{  "type":"radioButton",  "Gender":"Male",}]Can ...

Resolved! how to use ui action in service catalog

how to use ui action in service catalog.I am using record producer and I need to create a customized button and add some server side scripts.but I don't know how to do it.Btw, I know the way to create ui action in to a platform form.but when it come ...

jieLian123 by Tera Expert
  • 1849 Views
  • 4 replies
  • 1 helpfuls

Refresh list widget data on click of refresh button

Hi,1. I have created a list type custom widget which shows top 15 incidents created recently. It has a refresh button, once a user clicks on to it, the data should get refreshed(if any new incident is created that should come in the list).2. how we c...

Resolved! flow activating or publishing when attached to decision table

Is there an issue with the flow designer when it has a decision tale in it? I setup a very simple decision table, 2 choices. If choice is "server" , show checklist "server". If choice is "switch", show checklist "switch". the decision table is set. I...

chuck tate by Tera Contributor
  • 2572 Views
  • 6 replies
  • 1 helpfuls

Resolved! Best approach for moving the cursor to next field.

I am trying to write a client side script for a catalog item that can move to the next field once populated with a value.So, more or less simulating pressing the tab key once the field is populated.I know the keycode for the tab key is 9.  I have tri...

Resolved! Need help for one of script for Business rule

Hi  I have below requirement. we have to calculate the difference between updated and created date .var start_time = new GlideDateTime(grTaskSla.getValue('start_time')); var end_time = new GlideDateTime(grTaskSla.getValue('end_time')); var duratio...

Are Kaveri by Tera Contributor
  • 1827 Views
  • 7 replies
  • 0 helpfuls

automatically adding users to group via business rule

Hello, I am trying to create a business rule that after a user record has been inserted or updated, that it looks for their job title and depending on that value, it then adds them to a particular group. Right now i just noticed that each time I upda...