Hi, We know that we can create custom content-type through custom-model and by deploying it in Extension folder of alfresco. However , i would like to create a dashlet in share where a user can create and edit this values present in custom-model xml during runtime, and also these values get reflected in edit metadata page of share. can any one help me out in these stuff?
You will have to write webscripts or extend the existing webscripts to create this dashlet.
Check out - <ALF_HOME>\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\repository\dictionary, to check if something can be used or extended from here.