cancel
Showing results for 
Search instead for 
Did you mean: 

Creating fields in Alfresco SHARE

prpontes
Champ in-the-making
Champ in-the-making
Hello everyone am new to alfresco and would like to create new fields or metadata in some form but reading the documentation I saw that the configuration file of the forms of the Share is the share-form-config.xml
I wonder if I can create new fields by changing this file? Can anyone help me?

Thank you.
4 REPLIES 4

kavilash23
Champ on-the-rise
Champ on-the-rise
You should create your own custom metadata first and do a search for custom content model. There are lots of examples. Then you can make metadata available for editing and viewing by updating the config in share-config-custom.xml

prpontes
Champ in-the-making
Champ in-the-making
Hello kavilash thanks for the tips I am following a tutorial I found on the web at http://ecmarchitect.com

One question I have is on that directory ($ TOMCAT_HOME / webapps / alfresco / WEB-INF / classes / alfresco / extension) that the folder "extension" in version 4.0 of Alfresco does not exist, as in previous versions (3.2, 3.4 , …) exists. I wonder where he was to that folder or do I need to create a new folder named "extension"?

Thank you.

jordiv
Champ on-the-rise
Champ on-the-rise
Maybe the folder you are looking for is:
$TOMCAT_HOME/shared/classes/alfresco/extension/

Cheers,
Jordi.

prpontes
Champ in-the-making
Champ in-the-making
Hello I would like to help on a one questions related to content creation. I am creating new content and with the content, new aspects. So far so good. My question is how do you add a metadata field as the type combobox in it to load data from a table Client? I need to create some Action javascript?

thank you.