Rows.rowId()
note
This article is about the rowId() function of the Rows object.
Rows.rowId()
Returns the unique row ID of the first record in the collection. If no record is available, undefined is returned.
Syntax
*rows*.rowID()
Example
var id = $.udb('EMP').rows('current').rowId();