내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

I have created a custom tab in Metadata of DAM assest, whenever i author the values and try to save its throwing error. How to enable edit in metadata of assest

Avatar

Level 3

I have created a custom tab in Metadata of DAM assest, whenever i author the values and try to save its throwing error.

Anilkumar9_0-1749795289078.png

 

Anilkumar9_1-1749795311663.png

I'm unable to edit the values of custom tab

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 3

Hi @TarunKumar 
Actually, I did a mistake at Map to property. I gave "/jcr:content/metadata/default" instead of "/jcr:content/metadata/assetName" assetName is my filedLabel. 
later I corrected it then it's working as expected.

 

Thanks

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Community Advisor

Hi @Anilkumar9 ,

First I'd like you to verify if you have created the custom tab properly using below steps:-

1. Select the appropriate Metadata Schema Editor that applies to the asset type you want to customize, or create a new schema if necessary and then add a new tab In the Metadata Schema Editor, you can add a new tab by clicking the "+" icon next to the existing tabs.

2. Add Custom Fields within the new tab, you can drag and drop components (fields) from the side panel into the schema layout.
Configure each field by selecting it and setting properties in the right-hand panel. For example, you can set the field label, field description, and map the field to a property in the repository.

3.Map it to a property in the JCR repository. This is done in the "Map to property" field in the settings tab of the field configuration.

4. Once you have added all your custom fields and configured them, save the schema.

5. To apply the custom schema to specific folders, navigate to the desired folder in the Assets console. Use the Properties action to open the folder properties. In the Properties page, go to the Metadata Schema tab and select the schema you modified.

 

 

-Tarun

Avatar

정확한 답변 작성자:
Level 3

Hi @TarunKumar 
Actually, I did a mistake at Map to property. I gave "/jcr:content/metadata/default" instead of "/jcr:content/metadata/assetName" assetName is my filedLabel. 
later I corrected it then it's working as expected.

 

Thanks

Avatar

Community Advisor

Hi @Anilkumar9  Obviously, If it's a custom tab and custom field then it should be a mistake on custom code.