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
Solved! Go to Solution.
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
Thanks,
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
Thanks,
@amunozherrera could you please give us more insight what solved your particular case ?
We are facing the same issue as you described and I can definitely confirm that the bound Thing is not deleted, and thing is not misspelt in code, as there is no costum code in my test cases.
The problem occurs only whenever the Navigation Mashup pop-up, or modal pop-up is closed, and then we are continue to select different rows in an infotable ,which one of the selected rows' property is bound to the navigation function parameter.
For reproducing the test case, I'm attaching the exported entity, that anybody can import to test.
This is the case for Popup and Modal Popups !
Would appreciate others response on this topic, checking this on different Thingworx versions!
Tested on: ThingWorx 9.7.0-b47
