I am currently using alfresco community Edition 4.0d. I have added a new content model in alfresco share. in this one of my requirement is either before or after uploading the document the Edit properites pop up form should be appear.. Means if i click on upload the docuemnt and upload the document is succesfully done ,then edit properties form should be pop up. What should i do for this.
Hi, you'll have to tweak Share's JavaScript components: add a custom flag to "metadataRefresh" event object that is fired in x-upload.js tweak handling of "metadataRefresh" event in documentlist.js to call the relevant action it's gonna be a though JavaScript implementation task. Cheers, Jan