Please bare with me as this is my first question to Alfresco forum.
I would like to add couple of new aspects to a document. Would it be possible to edit it direct to Alfresco community source code?
Thanks in advance. Any help would be appreciable.
Hi Sandip,
Please don't edit source code directly you can create your own scripts or you can override them as well.
Web scripts | Alfresco Documentation
For adding aspect from share please refer this documenation
For adding custom aspect using javascript
var props = new Array(1);
props['cust:prop'] = "prop_values";
document.addAspect('custom:aspectType', props);
Thank you Kalpesh. I will look into it.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.