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

Forum Posts

Reading data from an Attachment component

I've looked around to see if this question has been asked but I am not finding it anywhere. I'm trying to find out how to read the data from an attachment component in the app engine experience. I'm unable to fetch it a file has or has not been uploa...

VianelisM by Tera Contributor
  • 917 Views
  • 1 replies
  • 0 helpfuls

ErrorFailing widget

Hi , I am getting the below error while clicking on 'My Task' in ESC portalErrorFailing widget: 'Recommended Articles For Todos' (3a59d6eadbd3c0109dd29207db961999) called from: 'HRJ Task Collect Information' (c97b3639870b63005346caf736cb0bd0) called ...

DamayantiSarod_0-1752054131152.png

Javascript Null issue in Change Success Score Metrics widget

Hi, Does anyone encounters the issue with the change success score dashboard under change success score metrics, when there's no assignment group selected under breakdowns tab it shows the error on the picture says "java.lang.NullPointerException: Ca...

G_30_1-1779119094860.png
G_30 by Tera Contributor
  • 533 Views
  • 2 replies
  • 0 helpfuls

Resolved! Performance Analytics: Trend lines are not coming

Hi Team, I have created a Formula Indicator by copying the existing similar Formula Indicator but Trend lines are not Visible, even though I have selected the Trend checkbox in the PA Widget. But Similar Indicator Trend Lines are visible. Any sggesti...

shubhi_shubhi_0-1779143397807.png shubhi_shubhi_1-1779143615578.png

How to use onclick in a button in email script

I'm using the following code in my email script.=============================================================function myFunc(){      gs.addInfoMessage('Approved');} template.print('<button onClick="myFunc()"> Approve request </button>');=============...