when I create a Module in CMS what makes me use custom fields if I can create a new field (from administration area for example)?
Is there a difference in performance, or the way it’s handles or what ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What do you call a custom field? Fields are stored as XML in the database, so they are slightly harder to query. Projections does it by maintaining index tables. Fields are also harder to re-use than parts: a field will be specific to a type whereas you’ll be able to reuse parts on more than a type.