xRecord.isNewRecord Method

Returns true if the record is a new record that hasn't been persisted yet.

Syntax

public boolean isNewRecord()

Run On

Called

Return Value

Type: boolean
true if the record is a new record that hasn't been persisted yet; otherwise, false.

See Also

Reference

xRecord Class