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

Forum Posts

Stop notification to particular group

Any payroll or HR related notification should not be sent to one group. There are 100s of notifications which is not possible and mostly ootb. Any other way to exclude that group from getting any notifications?

Apaul by Tera Contributor
  • 969 Views
  • 4 replies
  • 2 helpfuls

Resolved! Difference between dates into days is not working

Hi,I am trying to get the difference between two dates into days in a scoped application but somehow it's not working below is the code. (function executeRule() {    var gr = new GlideRecord('CUSTOM TABLE');    gr.query();    var rowCount = gr.getRow...

Project Template selection for Demand to Project

Hello we wanted to auto select project template after demand to project creation. We are using create project from template UI action in demand form. But it is not working as when creating project from template it doesnt link demand to project

FaaridAhmaZ by Tera Contributor
  • 1145 Views
  • 4 replies
  • 1 helpfuls

Dynamically set List Collector variable from Script Include

Hi I have similar scenario where I am calling a REST Message from my scripts include and getting proper response till that. But I am unable to populate those values in the drop down of the WebUser variable.  My Scripts Include:var FetchUserID = Class...

AbhirupD by Tera Contributor
  • 803 Views
  • 2 replies
  • 0 helpfuls

How to kill flow using script and trigger it using script

Hi, im calling a client script that calls a script include and pass as a parameter a sys_id of a change_request.How can I kill the current flow (not workflow) on the change_request and then trigger a new flow using his sys_id using using on the chang...

Alon Grod by Tera Expert
  • 1603 Views
  • 7 replies
  • 2 helpfuls

Resolved! Script include

when i use glide ajax in script include and using client Script onsubmit on form for preventing form submission . when i click order now the form showing this in scoped application what can i do

SIVAKARTHICS_0-1753593096320.png
SIVAKARTHICS by Tera Contributor
  • 1873 Views
  • 7 replies
  • 3 helpfuls

Calculate risk using impacyt and urgency in change request

HI  i am trying to set value of risk based on impact and urgency tried using onchange client script on both fields but its not working function onChange(control, oldValue, newValue, isLoading, isTemplate) {    if (isLoading || isTemplate) {        re...

rameshmalla by Tera Contributor
  • 1113 Views
  • 4 replies
  • 0 helpfuls