I would like to present a custom document details view to a user with a very limited set of mainly custom actions. I intend to remove most of the other information like version history, tags etc. Ideally the custom document details page would open when my custom document type is viewed.
Can anyone point me in the right direction or give me advice on how I would achieve this or if it is possible.
1. Create a custom component which has all your action list and update a document-details template which check for document type and accordinlgy display custom actions. (tomcat\webapps\share\WEB-INF\classes\alfresco\templates\org\alfresco\document-details.ftl)
2. Change "document-actions.get.config.xml" (from "tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\document-details" folder). Add a entry for your custom content type and add only required information.
- update template file (mentioned in option 1), to remove history, tags etc components.