I have created a dashboard with tracker on it. Is it possible to add a pop up message when the query returns Nothing? If yes, could you please guide me. I am just starting to learn about epicor customizations so please bear with me.
@mriannejoy I would add this to the baq and avoid doing a customization to count the rows in the grid. If you make the baq updateable and do Advance bpm Update only. Then on post processing of GetList add a condition to check that any field in the data is not equal to ‘’ or greater than 0 returns 0 rows show a message.