Creating custom metadata for user
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2010 02:30 AM
Hello Everyone,
I want to know is it possible to create custom metadata for a user like can we add address field to the user information field and any other type of metadata also, and if possible then how can we create it.
Thanks.
I want to know is it possible to create custom metadata for a user like can we add address field to the user information field and any other type of metadata also, and if possible then how can we create it.
Thanks.
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2010 03:20 PM
Search the Alfresco wiki for "create custom content type" – that will give you some pages to start reading.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2010 01:42 AM
Hey i have gone through the link that you have mentioned, this shows how to add custom content type in alfresco. Actually I want to know how to add custom type to user.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2010 09:25 AM
As I understand it, without having done it, you will need to change the basic definition of Alfresco.
The file contentModel.xml contains the definition of the content type for cm
erson. You would need to add the new properties to it. This also implies that you somehow need to manage any upgrade process when you get new code from Alfresco.
You would then need to modify the screens for entering person information. I understand that they are in JSF files, but you are on your own.
This may have given you a start.
The file contentModel.xml contains the definition of the content type for cm

You would then need to modify the screens for entering person information. I understand that they are in JSF files, but you are on your own.
This may have given you a start.
