ABRecord.InvalidRecordId Field

Definition

An invalid value for a record id.

public const int InvalidRecordId = -1;
val mutable InvalidRecordId : int

Field Value

Value = -1

Remarks

Id returns this value when the record hasn't been saved to the database.

Applies to