cancel
Showing results for 
Search instead for 
Did you mean: 

Create Custom Property

gukguk
Champ in-the-making
Champ in-the-making
Hi !

I'm a newbie in Alfresco Web Service
is it possible to create custom property or metadata using alfresco web service?
Do you have a sample to create custom property ?
Thanks
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
Yes, you should deploy a new model as a new content in the Company Home -> Data Dictionary -> Models, so here you can drop your new content model.
When you have dropped the new model, you have to set the property Model Active to the true value. From now the new model is active at runtime.

Then you can set a custom property that is declared in the new model.

How to create a new content model:
http://wiki.alfresco.com/wiki/Data_Dictionary_Guide#Step_by_Step_Model_Definition

Hope this helps.