Multirecord section
2 posts by 2 authors in: Forums > CMS Builder
Last Post: December 10, 2010 (RSS)
Is record num unique key in multi record page?
I have one script added to a detail page which allows users to rate the article, but I need to give it a unique string to work for each record. And everything is working fine with record num, but I'm wondering what would happen if I delete second of i.e. four records, will then the third record get record num 2, or will it stay record num 3?
I have one script added to a detail page which allows users to rate the article, but I need to give it a unique string to work for each record. And everything is working fine with record num, but I'm wondering what would happen if I delete second of i.e. four records, will then the third record get record num 2, or will it stay record num 3?
--
Igor Kani¾aj
Igor Kani¾aj
Re: [ikanizaj] Multirecord section
By Jason - December 10, 2010
Hi Igor,
The num field is a unique, auto-incrementing value. Once a num value is assigned to a record it never changes. The values are not reused either, even if you delete records, so you should be fine using that value.
Hope this helps to clarify. Let us know if you have any other questions.
The num field is a unique, auto-incrementing value. Once a num value is assigned to a record it never changes. The values are not reused either, even if you delete records, so you should be fine using that value.
Hope this helps to clarify. Let us know if you have any other questions.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/