Automatic progressive field as a dynamic content type field

Posted by Community Admin on 03-Aug-2018 17:49

Automatic progressive field as a dynamic content type field

All Replies

Posted by Community Admin on 04-Mar-2015 00:00

Is it possible to add to a dynamic content type an automatically incremented field, e.g a progressive identification number that users can not modify? What is the best way to do that?

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

Hi Alessandra,

I suppose by auto increment you mean the value of the field to auto increment based on certain event done to a module item like publishing the item, upon every publish the value of certain module field will increment its value.

To handle events for custom modules built with the module builder refer to the public events for module builder modules documented here. Subscribe to DynamicContentUpdated event to handle every publish operation of the module and increment the value of certain field.


Regards,
Kaloyan
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
 

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

Thanks Kaloyan,

we'll do that way.

 Alessandra

This thread is closed