Currently, I’m working with 2021.1.22, but not much works in application studio. When I click on the plus sign for adding a data rule this error shows in the console
ERROR TypeError: Cannot read properties of null (reading ‘filter’)
and nothing is added. Events don’t fire. The only event trigger I can get to fire is from a button click. Window OnLoad doesn’t work, neither do any of the grid onclick triggers, nor dataview row changing/changed. And not many of the event actions actually do anything. Console-write doesn’t write anything to the console. The only thing I’ve been able to get to work is dialog-show, which warns me about it being deprecated, and the object that replaces it doesn’t show anything. When I bind a grid using Epibinding in the Data → Grid Model, the grid disappears and doesn’t populate, but if I remove that value it populates just fine from a baq.
I’m at a loss, and I’m open to the idea that this is a problem we have created, but I’m just not sure what it is. I’m trying to create a basic dashboard that populates a second grid based on the record selected in the first grid. I can get both grids to populate, but I can’t seem to get it to filter the second grid. Has anyone else had this many problems with Application Studio in 2021.1?
Thanks