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

ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

Runtime exception handling data update for binding

amunozherrera
10-Marble

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,
+91 8099838001 | shashi@psptechhub.com,
PSPTechHub  ||  World of PTC Thingworx  ||  LinkedIn

View solution in original post

2 REPLIES 2

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,
+91 8099838001 | shashi@psptechhub.com,
PSPTechHub  ||  World of PTC Thingworx  ||  LinkedIn

@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.

  1. Import Entity (Mashup - Test1)
  2. Open the Test1 Mashup (PTCDefaultProject)
  3. Check logs for errors. (After opening mashup there is no binding errors)
  4. Select (or do not) a row  in the left infotable (does not matter).
  5. Click on the button to navigate to the mashup (the navigation mashup is the same as the one imported "Test1")
  6. Close the Pop-Up
  7. Try selecting rows in the left infotable, and now each time one selects a row, the errors just keeps coming!

This is the case for Popup and Modal Popups !

AdamK_93_0-1759845940487.png

Would appreciate others response on this topic, checking this on different Thingworx versions!

Tested on: ThingWorx 9.7.0-b47

Announcements


Top Tags