cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Runtime exception handling data update for binding

amunozherrera
4-Participant

Runtime exception handling data update for binding

I have a particular Runtime error: 

 

 Runtime exception handling data update for binding {"Id":"1cade67b-4d3a-4f75-bda4-72cf531d152a","SourceId":"eventsrouter-28","SourceArea":"UI","SourceSection":"","TargetArea":"UI","TargetSection":"","TargetId":"navigationfunction-24","PropertyMaps":[{"SourceProperty":"Output","SourcePropertyType":"property","SourcePropertyBaseType":"THINGNAME","TargetProperty":"idGroup","TargetPropertyType":"property","TargetPropertyBaseType":"THINGNAME"}],"isBoundToSelectedRows":false,"SourceDetails":"AllData","nEntries":1}
Exception: Cannot read properties of undefined (reading 'setParameter')

 

 

The context it's the following: 
 The mashup contains a Grid and a few buttons, and labels. When clicking on one row of the grid the buttons become visible (through the use of a function). When one specific button is clicked, Popup Modal opens, we can call it Configuration Popup. While in the Popup you can either decide to navigate to another Popup or close the Configuration Popup.


If we close the Configuration Popup, upon clicking the 

ACCEPTED SOLUTION

Accepted Solutions

Hi @amunozherrera ,

 

You are trying to call from a Thing that is not present in the composer, due to which the issue is coming, to summarize below may be the issue

  1. Thing may be deleted
  2. The thing is misspelt in the code

Thanks,

Shashi Preetham,
Email: psp316r@outlook.com,
Mobile: +91 8099838001.

View solution in original post

1 REPLY 1

Hi @amunozherrera ,

 

You are trying to call from a Thing that is not present in the composer, due to which the issue is coming, to summarize below may be the issue

  1. Thing may be deleted
  2. The thing is misspelt in the code

Thanks,

Shashi Preetham,
Email: psp316r@outlook.com,
Mobile: +91 8099838001.
Announcements


Top Tags