cancel
Showing results for 
Search instead for 
Did you mean: 

custom metadata through management console

erajmehra
Champ in-the-making
Champ in-the-making
Hi all,

I have created some custom meta data through the RM management console - for Record Series. I am trying to make this new field - repeatable. So multiple entries can be made for this field.

So for example if the field name is Tag - You can add multiple tag values.

I know how to make custom metadata field repeatable in DM. But I have no clues how can it be done in RM cutom metadata model.

I will really appreciate if any one can direct me in the right path. 

I cant even find the xml files that contains the defination for custom metadata fields that I created through the management console. Any help.

I am using Alfresco version 3.3
3 REPLIES 3

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

Firstly, as you will have noticed the RM UI does not support the customisation of repeating properties as of yet.

If you wish to edit the RM custom model directly you will find it in the Data Dictionary area of your repository within a folder called Records Management.  The model is called recordsCustomModel.xml and if you take a look inside, assuming you are familiar with the Alfresco content model structure, you should see where to make the change you require.

I would, however, like to stress this type of modification isn't supported or recommended.  By all means feel free to experiment and see if this works, but be aware that editing this file directly in the way you propose hasn't been tested.  Once the change has been made you will need to reload the model into the data dictionary service.  Probably the most predictable way of ensure this happens will be to restart Alfresco.

Hope this helps,
Roy

maqsood
Confirmed Champ
Confirmed Champ
Hi,

How do i repeate same custom metadata in DM?
I have a requirement where the same metadata property is being repeated for more than one type.

Appreciate any help !!

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

Use the …

<multiple>true</multiple>

… tag in the property definition if it is a property that can hold multiple values.

Cheers,
Roy