Auto increment a field

Posted by Community Admin on 05-Aug-2018 23:44

Auto increment a field

All Replies

Posted by Community Admin on 09-Mar-2016 00:00

I created a small module using the module builder.  I have a numeric ID field. If I go into SQL and set that field as an auto increment field then try to add or edit a record in my module, will that work or will I get an error?

Thanks

Barb

Posted by Community Admin on 14-Mar-2016 00:00

Hi,

Making such a modification to the database is a not a supported scenario and will most likely cause a problem, even if it is not one that is immediately apparent.

What I would suggest instead is to use the IDataEvent and some custom logic that checks whether the ID should be set to the next in order. If so finds the currently last one and sets it to next one.

Regards,
Velizar Bishurov
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed