I am using Alfresco 3.2 RM on windows OS I have created one new custom metadata for a category folder from the management console I have assigned avalue to the metadata with a rule in Alfresco using JavaScript the value of the metadata is assigned but on Share the value is empty
Can you post the JS code you use to set the metadata? Remember to call the .save() method on the node after setting metadata, else the changes will not be saved.