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

Forum Posts

Display a calculated score in PA Dashboard

Hello Everyone, I want show a score in the PA dashboard. The logic goes like this (Incidents closed/ Incidents created). For this I have created two indicators and then created a formula indicator to calculate the value and then used the formula indi...

Anirban3_0-1679485580647.png Anirban3_1-1679485613312.png Anirban3_2-1679485667294.png Anirban3_3-1679485770916.png
Anirban3 by Tera Contributor
  • 1233 Views
  • 1 replies
  • 0 helpfuls

Resolved! Unable to pass the scratchpad values in onLoad client script

Hi Team,  I would like to cascade the incident number to change request 'parent' field using onLoad client script.  I have fetched the incident number using display BR and able to get the logs, but when trying to set the scratchpad value in onLoad cl...

Sujatha8_0-1679422341445.png Sujatha8_1-1679422275909.png
sujitha16 by Kilo Patron
  • 1362 Views
  • 5 replies
  • 0 helpfuls

Resolved! How to create a record by specifying the sys_id

Is there a way to create a record in GlideRecord by specifying a sys_id?For example, I would like to create a record with sys_id "12345678901234567890123456789012" in a script.Is it possible?

miyu by Tera Guru
  • 3525 Views
  • 4 replies
  • 2 helpfuls

Resolved! Call Flow Designer from Change Form Button

Hi Everyone,I have recently developed a flow to check multiple fields across the change from,which I would like to run when a user clicks a button at the top of the page.for this I was wondering if it is possible to have the flow run on button press ...

KScoble by Tera Expert
  • 1326 Views
  • 1 replies
  • 1 helpfuls

Translated HTML fields show HTML code in email notifications

For some reason when I include a field that is a Translated HTML field into an email notification, the HTML code prints and it looks like a mess. How do I get the data from the field to format properly? Regular HTML fields work fine.I first noticed t...

rosa8 by Mega Contributor
  • 8360 Views
  • 17 replies
  • 5 helpfuls

Resolved! Get RITM number from sc_task client script

I have a client script running on sc_task table. I need to get the RITM number to pass to a Glide Ajax call.I am using "var ritm = g_form.getValue('current.request_item.number');" but it is not returning a value.What am I coding wrong or incorrect do...

kshaw by Giga Guru
  • 2981 Views
  • 5 replies
  • 4 helpfuls

Resolved! How hasnext() method is working in script

Hello Teami need to know that how  this line is working in code (inactiveUsers.hasNext())//Fetch for inactive users.var inactiveUsers = new GlideRecord('sys_user');inactiveUsers.addQuery("active", "false");inactiveUsers.addQuery('sys_id', 'IN', users...

Resolved! Why Before Update Business rule working while insertion

Hi All,->We have a before update business rule on change request table where we are checking when we don't have incident number added on any of these two related lists "Incident Fixed by Change" or "Incident Caused by Change", it is throwing error.->...

Saranya2 by Tera Contributor
  • 3282 Views
  • 6 replies
  • 0 helpfuls