NextGen Knowledge Center

ROWID Data Sheet Function

Use:Displays the database sequence number (seq_no) for a row selected from a data grid on the template.
Syntax:
{ROWID( «datagrid» )}
Arguments:

«datagrid»
    Name of the data grid 
Returns:The sequence number (globally unique identifier (GUID)) from the database table that holds the information contained in the row.
Example:

Data grid allergy_ext_popup with selected row
{ROWID( allergy_ext_popup )}

Result: The sequence number for the selected row is displayed in the edit field assigned the value.