Expand my Community achievements bar.

SOLVED

Unable to save custom metadata property added to asset in local dev instance

Avatar

Level 4

I am unable to save a custom metadata property added to an asset in my local dev instance. I am logged in as "admin", and "admin" has Create, Modify, and Delete permissions on the /conf folder.

 

error message.pngadmin permissions.png 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@ndlholm1 Please check the logs for the same. There could be many issues, other than Permissions, like :

- issue with metadata schema definition
- namespace conflict for the custom metadata property

View solution in original post

4 Replies

Avatar

Correct answer by
Employee Advisor

@ndlholm1 Please check the logs for the same. There could be many issues, other than Permissions, like :

- issue with metadata schema definition
- namespace conflict for the custom metadata property

Avatar

Level 4

Thank you -- I was able to fix the issue by changing how the namespace was created and assigning appropriate permissions.

Avatar

Community Advisor

How did you created the custom metadata. I think you can’t edit on existing OOTB metadata and also there should be a lock button. If you have to add addition field in metadata then you need to copy the one of the OOTB metadata and create new metadata and on the new one you should be able to edit the metadata and add new fields 

Avatar

Level 4

Thank you -- I was able to resolve the issue by changing how the namespace was created and assigning appropriate permissions.