Sitecore - Custom field, add unique value on create

CosX

I want to create a field that generates a running number. This number will be automatically generated everytime I create a new item and has to be unique.

Any examples of how this could be implemented? I don't want to use the Sitecore item ID for this.

nsgocev

You can implement a custom token and just use your field. I think this is going to be the cleanest solution for your problem. You can add your custom algorithm to guarantee that the IDs are unique or you can just use Guid.NewGuid(). You can check how to create custom tokens in this blog post.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

sitecore custom text field

From Dev

CakePHP custom Validation rule checks unique field combination only on create

From Dev

Add a unique field and fill it

From Dev

Sitecore CustomValidator does not fire on WFFM custom field

From Dev

How can I add a new custom standard value token for sitecore branch templates?

From Dev

In magento admin how to create a custom field in add products page

From Dev

Setting a Sitecore Template Field source value as a dynamic Sitecore query

From Java

Add a custom field as a default value in WooCommerce backend and populate previous orders

From Dev

How to save custom option field value when create order programatically?

From Dev

Sitecore.ContentSearch Search by Field Value

From Dev

Sitecore adding field labels to name value list

From Dev

Sitecore set multi reference field value programmatically

From Dev

Sitecore The field contains a value that is not in the selection list

From Dev

add custom field in fosuserbundle

From Dev

Add custom field for skype

From Dev

ElasticSearch Aggregation for Unique Field Value

From Dev

Update MySQL field with a unique value

From Dev

Unique value in field for specific field in sql

From Dev

Sitecore 7 automatically opens an item created from custom field on save

From Dev

jOOQ - create value for field

From Dev

Wordpress Get unique custom field values in a list

From Dev

handling unique constraint for custom field in django admin

From Dev

Odoo - add custom field attribute?

From Dev

Add custom field to cart item

From Dev

MvcFileUploader add/edit custom field

From Dev

Add a custom field to index results

From Dev

Jackson add custom field with hash of another field

From Dev

Create custom field in SELECT if other field is null

From Dev

How to access drop down list field type selected value in sitecore

Related Related

  1. 1

    sitecore custom text field

  2. 2

    CakePHP custom Validation rule checks unique field combination only on create

  3. 3

    Add a unique field and fill it

  4. 4

    Sitecore CustomValidator does not fire on WFFM custom field

  5. 5

    How can I add a new custom standard value token for sitecore branch templates?

  6. 6

    In magento admin how to create a custom field in add products page

  7. 7

    Setting a Sitecore Template Field source value as a dynamic Sitecore query

  8. 8

    Add a custom field as a default value in WooCommerce backend and populate previous orders

  9. 9

    How to save custom option field value when create order programatically?

  10. 10

    Sitecore.ContentSearch Search by Field Value

  11. 11

    Sitecore adding field labels to name value list

  12. 12

    Sitecore set multi reference field value programmatically

  13. 13

    Sitecore The field contains a value that is not in the selection list

  14. 14

    add custom field in fosuserbundle

  15. 15

    Add custom field for skype

  16. 16

    ElasticSearch Aggregation for Unique Field Value

  17. 17

    Update MySQL field with a unique value

  18. 18

    Unique value in field for specific field in sql

  19. 19

    Sitecore 7 automatically opens an item created from custom field on save

  20. 20

    jOOQ - create value for field

  21. 21

    Wordpress Get unique custom field values in a list

  22. 22

    handling unique constraint for custom field in django admin

  23. 23

    Odoo - add custom field attribute?

  24. 24

    Add custom field to cart item

  25. 25

    MvcFileUploader add/edit custom field

  26. 26

    Add a custom field to index results

  27. 27

    Jackson add custom field with hash of another field

  28. 28

    Create custom field in SELECT if other field is null

  29. 29

    How to access drop down list field type selected value in sitecore

HotTag

Archive