HI,
Thanks for your reply.
When you are in Document Management, and you have uploaded a file. when you mouse over on the file, you get menus populates, Where you have Download, View in Browser, Edit Metadata, Upload New version. So i need this menu on RM because I have been requested to merge the two. My Company wants to use only RM. When you are in RM and you upload a file/record, they want some menus from DM to appear before you declare it as a record.
So I have edited the following files
1. dod5015-documentlist.get.config.xml , and added the following line <action type="action-link" id="onActionUploadNewVersion" permission="" label="actions.upload-new-version" />
2. dod5015.properties abd added the following lines actions.upload-new-version=Upload New Version
I have copied the onActionUploadNewVersion method from actions.js in Slingshop projects as it is to dod5015-actions.js.
But nothing is happening.
Please help me.