Calling "Run Search" button by code

Hi, is it possible to call the "Run search" button in a method?

I have an action that updates the quantities and price of various records, but it does not update it on the screen.
It only updates the data on the screen if the line to be modified has been chosen, but this action, just by choosing a line, already updates all the orders that hang from it, so it is not necessary to select all the lines.

I have tried trying to update each time I edit the Itemtype with "aras.uiReShowItem(desgl.getID(), desgl.getID());", but it does not update the data on the screen.

But when the process ends ARAS automatically updates the data on the screen of the selected lines, or if I press the "run search" button it also updates.

For example, if I launch the action here, the prices of the 4 lines would be updated in the database, but by only having 2 selected, on the screen, it would only show me the change of the 2 selected.

Too many thanks!!!