Screen Table Refresh

I have bumped into a problem with screen refresh.

I have a table that I cannot refresh with code but it refreshes correctly when I click the "Reload" icon in the lower right of the table.

See the red arrow in the second screen.

How do I get the table to refresh with code?

Mike


Hey mdsmith!

You can run a script or JS query with the following code.

tableName.refresh()

It will trigger underlying data of the table.

Hope this helps!

Stephan:
Yes, it works perfectly. Thanks very much.
I will mark it as a Solution.
Thanks again.
Mike