Skip to main content
Nintex Community Menu Bar
Question

Uncaught TypeError: Cannot read property 'setRow' of undefined

  • July 10, 2024
  • 3 replies
  • 19 views

Forum|alt.badge.img+4

Receiving the following errors in the console log trying to save a model in javascript snippet. This action/button is executed by the user once a month. And last known successful run was 2 months ago. This has worked fine and tested good in the past. Now we are seeing this error on saving of a model. This is an uncaught error hence does not execute the save callback function and cannot be trapped there. Not sure where to start debugging this issue.

Uncaught TypeError: Cannot read property ‘setRow’ of undefined at Object. (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1489097033000/skuid__SkuidJS:8:11363)
at Function.each (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1481301663000/skuid__JQueryJS:2:14076)
at Object.j.save.then.aa.each.isBeingSaved (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1489097033000/skuid__SkuidJS:8:10993)
at Object. (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1481301663000/skuid__JQueryJS:3:7502)
at j (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1481301663000/skuid__JQueryJS:3:6134)
at Object.fireWith [as resolveWith] (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1481301663000/skuid__JQueryJS:3:6946)
at Object.e.(anonymous function) (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1481301663000/skuid__JQueryJS:3:7926)
at j (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1481301663000/skuid__JQueryJS:3:6134)
at Object.fireWith [as resolveWith] (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1481301663000/skuid__JQueryJS:3:6946)
at Object. (https://afl–stageprime–skuid.cs30.visual.force.com/resource/1481301663000/skuid__JQueryJS:3:7627)

3 replies

Forum|alt.badge.img+10

A few questions:

Can you share your javascript?

What version of skuid are you on?

Have you upgraded skuid since the last time it successfully worked?


Forum|alt.badge.img+4

This error turned out to be an underlying data issue that was causing the save to fail. But I also had to delete and recreate the components to actually get to the real error message.


Forum|alt.badge.img+10

Glad it is all good to go! If you need anything else, please reach out and ask.