Dashboard message pop up when query returns 0 rows

Hi,

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.

Appreciate any help :slight_smile:

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

Greg

image

2 Likes

Hey Greg

It worked :slight_smile: Thank you so much. My dashboard now gives a pop up message whenever my query returns 0 results

1 Like