IsNewRow
The IsNewRow()
function returns a boolean value that indicates if the specified row is newly created and not yet saved to the database.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns true if the specified row is not yet saved to the database. Returns false if the specified row is already saved to the database.
If the parameter is a list, then the current row of the list is taken.
If the parameter is a reference, then the referenced row is taken.
Syntax
Parameters
Name
Type
Required
Description
list
list
☑️
a database list
reference
reference
☑️
a reference to a row of a database list
Last updated