Checks if the first record in the Rows object is inserted or not.
Returns a boolean.
Syntax
.isInserted()
Example
if ($.udb('EMP').rows('current').isInserted()) {
…
}