I have a grid application with some action buttons. One of these, when pressed, will perform bulk changes in the database tables that the grid is based on. Thus, after the code that changes the database has executed, I would like for the grid to be refreshed and any dynamic and/or advanced search criteria to be cleared. I have looked at the SC macros to find one that would do this for me with no luck.
Is there a suitable macro, or is there another way to do it with PHP code (i.e. in the PHP Code section of the action button)?