I suppose it could be the GUID for the DataView but other than picking through the JSON, not sure how to find it.
I tried using the Debugger and CTRL+ALT+L to show all components but that did not work, nothing happens and Yes, I had debugging turned on and Yes I was focused on an active control.
Just trying to trigger the invalidate property so the grids reload based on a custom event workflow. I wound up is just building a new app using the app wizard. The generated events are not locked to it’s pretty simple to change the workflow.
Where we are stuck is in the converted dashboards from classic. Those have locked events so to be able to set the invalidated property on any view/grid to automatically refresh is the goal.
If I have 5 different BAQ’s to manage, not knowing what that GUID is for each is a show stopper for using the invalidated property to auto refresh.
Would love to know this as well. Ran into it investigating a system app the other day. Found it a dead end and gave up. Thinking maybe search MetaUI app definition for guid.
I have gotten this to work before by filling in the grid id with my own value and referencing that. I can’t remember where I did it so I don’t have a screenshot at this moment. But I remember it worked.
Sorry, didn’t read to the bottom. Sound’s like we can wire up our own invalidate action and just add the grid Id in the Component Id. Let me know if I am misunderstanding your responses.