Posted 27 September 2021, 8:34 am EST
Hi,
I’m using C1Schedule linked to a database.
Appointments are mapped with IndexMapping (integer).
I’m having an issue with index sequence.
For example, the last index in database is 856. The event with 856 is then deleted by a user but not directly in the schedule.
Then the user adds an appointment using the C1Schedule, the appointment is well added in the database with index 857. But if I try to open it, the key returned by C1Schedule is 856.
Is there a way to refresh the sequence in C1Schedule ?
Thanks