Not seeing a category page

3 posts by 2 authors in: Forums > CMS Builder
Last Post: April 11, 2011   (RSS)

Re: [degreesnorth] Not seeing a category page

By Jason - April 11, 2011

Hi,

When you were setting up your list field, did you use "name" as your option value? If so, that would explain why your connection broke when you change the name.

The option value is the value that CMS Builder actually stores in the database. If you're using name and then you change the name, you still have the old name being stored. The best practice is to use the num field for your values. This number never changes, so you can change the label (name) without affecting any associations where it is used.

There are a couple of things you can do. You can:
a) change those names back to what they were before (quickest solution, but not the best)
b) change your list field to use "num" instead of "name" for the option value. After you do this, you'll have to go through all of your records, and re-select your sub categories. (this is more work, but is a much more robust solution).

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Not seeing a category page

thanks. worked perfectly.