Create Element Menu and call java

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2023 11:44 AM
Hello!,
I am doing something similar to this:
My code:
<param name="page">create-content?destination={nodeRef}&itemId=test:Mytype</param>
How can I call the backend in java and generate specific properties?
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 08:35 AM
Is not simple, you must create
- a page
- a template
- a template instance
- a client webscript (the one call the alfresco server
- a server webscript
You can check out how is done the same component here:
https://github.com/Redpill-Linpro/alfresco-document-templates
Another approach is the one from he onlyoffice project :
