Application studio creating an event that fires after selecting a row

Good evening, all,

I was trying to recreate some functionality that classic dashboards have where a grid view on a dashboard can filter another grid by selecting a row on the original grid. Seems easy enough after I can get an event to fire off a filter for the child BAQ grid, but I cant seem to figure out how to get that initial event to work. I see some epicor base apps have this feature already but I was wondering if there is a way for me to make my own event that accomplishes this. Let me know, thanks

Disregard I figured it out, if anyone is wondering create an EPbinding for your grid, and create a dataview event that fires after a row is changed on the dataview that you just made the EPbinding for.

3 Likes