Subject refresh Query/Grid
Author Boris Schlüszler
Hi!

I've got a table. New records are inserted very frequently.
The grid should show the last row after any insertion.

I decided to
1. Table.Insert (via SP which has DML)
2. Table.RefreshKeys (AutoFetchAll is False)
3. Table.Last

Is that the appropriate and fastest way to perform it?
Is there anything faster available?

Regards, Boris