You need to sign in to do that
Don't have an account?

Is there a way to add custom fields to the Site or Page objects?
We would like to annotate a site/page with some custom fields for our application. Is there a way to augment these objects with custom fields?
thanks,
Vijay
All Answers
Thanks for the information, Ron. How about incorporating these objects in relationships. I don't see that it's possible to create a custom field which references one of these objects? Any idea if this is or will be supported?
Thanks
Vijay
I do not believe that this is supported. If you have a good use case for why it should be supported, please write up a short note and post it to the idea exchange!
If i want to refer to a page from a custom object, i would store the path that is used to render it, so for my page called foo, i would store "/apex/foo"
it's not much but at least i can form url's to that page from my custom object page.
Are you building a CMS?
Hi Ron,
Thanks for your input. That idea should work. It will be less than ideal though, since the built in search and look up capabilities available for a lookup field will not be available. And yes, we're working on a CMS.
thanks,
Vijay