Hi everyone I'm integrating Alfresco in a WebDynPro java in a SAP system. I want to manage docs comments in alfresco (for many reasons not in the SAP system). I've already developed a webscript to get HTML-formatted comments, starting from the existing org/alfresco/repository/comments/comments.get (JSON-based), but I'm unable to get a form to add new comments (I don't want to send SOAP/REST request from the WebDynPro because I want full-featured comments with HTML markup).
Any ideas if this is feasible? I need to understand if it's possible to get just the form markup OR a single page with the only possibility of adding new comments
[EDIT] I think org/alfresco/components/form/form.get is the way to go, I'm inspecting the issue to understand what .ftl needs to be included to make it work completely
Hi Arnold for time-related issues I had to get it working asap and reverted to a REST-based solution (with the RESTlet java library)… anyway i do NOT consider myself defeated, I'll try again to get it working cause it's something that could be really usefull for a lot of other similar issues!
thanks again for your support, i'll keep you updated if I get something working from the beginning to the end