Allow to reset/reseed last used value of an AutoIncrement field
Tables with AutoIncrement primary keys get sometimes overflooded. Take for example some Log table or a table the receives data via interface for processing. At some point old/all entries are deleted/archived. It is desired to reset the last used value of the primary key to 0 to avoid overflo...
STATUS DETAILS
Needs Votes
warning AA0242: false positive after Rec.Reset()
The rule AA0242 is giving a false positive for such example:
// Get next Line No.
ServiceLine2.Reset();
ServiceLine2.SetRange("Document Type", ServiceLine."Document Type");
ServiceLin...
STATUS DETAILS
Needs Votes