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