Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Customize email template

When starting a workflow, there is an checkbox for sending a email notification. We would like to customize that email with our own email-template. How do we that without changing the default template?

rich1 by Champ in-the-making
  • 8520 Views
  • 3 replies
  • 3 kudos

Resolved! Encoding issues with webscript

Hello,I wrote up a repo webscript which uses some Java logic to pass data to the Freemarker template.Everything works great when I use I on the Alfresco Community Edition 6.1.2 on Docker.However, when I try to apply my webscript (using .amp files) to...

upforsin by Star Collaborator
  • 8712 Views
  • 5 replies
  • 2 kudos

Activiti : use custom process variable in JS

Hi,I try to use a process variable in a script of my workflow. Here's what I did :Model :<type name="mywf:startTask">  <parent>wf:submitAdhocTask</parent>     <properties>        <property name="mywf:newFoldersParent">          <type>d:noderef</type>...

glpcq by Champ in-the-making
  • 4043 Views
  • 1 replies
  • 0 kudos

Resolved! Share random Error message

Hello,Since my last code update I am having a randomly occurred Share error message (AlfrescoRuntimeException with the message: "An unknown error has occurred. Ask your administrator to check the details of the log files.") which pressing one of the ...

upforsin by Star Collaborator
  • 3997 Views
  • 1 replies
  • 0 kudos

SDK 4 hotswap-agent not working.

I have followed the https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/hot-reloading/hotswap-agent.md for setting up hot reloading using hotswap-agent.I am using the ACS 6.1 so followed the setup method for JAVA 11.I have attac...

rohit9637 by Star Contributor
  • 8809 Views
  • 5 replies
  • 1 kudos

Resolved! Alfresco 6.1 scheduled job

Hi,I want to create a scheduled job for alfresco 6.1. I am getting the below error for the class.Caused by: java.lang.ClassNotFoundException: org.springframework.scheduling.quartz.JobDetailBean<bean id="org.alfresco.tutorial.scheduledjob.actions.Sche...

Retrieve content from a document in javascript

Hello,I want to retrieve some informations from a text of a pdf file (scanned files).I started by using pdfsandwich OCR to extract the text in the images (the text is added to each page invisibly "behind" the images), what i want to do, is search tha...

imanez1 by Confirmed Champ
  • 4209 Views
  • 1 replies
  • 0 kudos

File Upload Error

Now I'm trying to upload file using the #RestApi. I use the Web Script /alfresco/service/api/upload but i'm receiving an error 500(internal error):‌An error inside the HTTP server which prevented it from fulfilling the request. File Upload           ...