Classification
My question is so easy but i cannot fix the problem.
I just create a Classification and i want add all the pages that i have in my site into this classification, it's possible?
Regards.
Rafael Monaco
Hello Rafael,
It is possible only programmatically.
App.WorkWith().DynamicData().Type(typeof(PageData)).Field().TryCreateNew("mycustomfield", null).SaveChanges();
All the best,
Ivan Dimitrov
the Telerik team
Ok, i try with that and then tell you!
Now i have other problem, whent i create a list, and list item i go to set the custom field, and go into
Defualt Item>Status>Appereance
And choose the option "All screens where you work with list items in the Backend", then when i try to save the change show me an error, i attach the error.
Thanks and regards.
Ing. Rafael Monaco
Hello Rafael,
Enable service tracer tool and check the error from it. Something has gone wrong with the data - most probably with the database.
msdn.microsoft.com/.../ms732023.aspx
Best wishes,
Ivan Dimitrov
the Telerik team
Hi Rafael,
This is not the problem, please check the service log. By default the type of the fields you are showing is "Unknown". You can check this using a new installation of Sitefinity 4.2.
There is some issue with ModuleEditor Service that is used when you click on custom field section. The service gets all fields - default and custom one and bind them to the FieldsGrid control you see.
All the best,
Ivan Dimitrov
the Telerik team