The
MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
This property is read-only.
// Find out the minimum automatic identifier of the Customer data file
ResMinAutoID = Customer.MinAutoID
Syntax
<Result> = <Data file>.MinAutoID
<Result>: Integer
- Minimum value of the automatic identifier defined for the data file,
- 0 if the bounds have not been defined or if the data file is not replicated.
<Data file>: Character string
Logical name of the data file used.