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

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1006 Views
  • 1 replies
  • 0 kudos

Resolved! how to put dynamic dashlet

i want to learn how to put dynamic dashlet in alfresco share so for that if any one have good stuff or link then please share here.i want to put dashlet on button click .Thank you.

rekhaahir by Champ on-the-rise
  • 9499 Views
  • 4 replies
  • 1 kudos

Kerberos error null (68)

Hello,i'm experiencing following error while using this configuration that Angel Borroy so kindly provided.Configuration is docker.zip and i edited hosts files so that dev-win2008.oficina.keensoft.es references my windows server ip.ERROR IS:2019-09-0...

mire323 by Confirmed Champ
  • 3874 Views
  • 0 replies
  • 1 kudos

Resolved! Can't see thumbnails in mobile app

Hi all!I can't find reason why android mobile don't show documents thumbnails.I have large thumbnail generated by Share on Gallery View. I check thumbnail URL from mobile browser, it's open picture. But mobile app don't show it to me. Earlier I have ...

fedorow by Elite Collaborator
  • 5607 Views
  • 1 replies
  • 1 kudos

Resolved! copy scripts via amp

Hello,Is it possible to copy custom javascripts into Data Dictionary/Scripts via amp? I would like to have all my customisations in the amp and not have to upload the scripts via Alfresco Share.Thanks,Erick Brenes

ebrenes by Champ on-the-rise
  • 4629 Views
  • 1 replies
  • 0 kudos

Alfresco 5.2 and version of PostgreSQL

Hi,We're planning on using the last 5.2 version of Alfresco community edition, with PostgreSQL. The supported version of the database is 9.4.We'd like to know if there are known issues with using a more recent version of PostgreSQL, as 9.6 or 9.10. O...

bcassand by Champ in-the-making
  • 8539 Views
  • 4 replies
  • 0 kudos

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
  • 9624 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
  • 10005 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
  • 4606 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
  • 4628 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
  • 10162 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
  • 4845 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           ...

email script for every 15 days

Dear Team,I need to send mail to one user from site, in every 15 days .this mail is send when some files still remains in folder.i have this script , but i don't know how to send it on every 15 days.and also send if files are still remains in folder....

aishu by Champ on-the-rise
  • 3763 Views
  • 1 replies
  • 1 kudos

How to get cm:title values in post request

Dear All,I am very new to Alfresco. Currently I am posting my alfresco API in postman and getting the values.I am passing below parameters in POSTMAN.curl -X POST \ https://api.dev.net/alfresco-services/service/search \ -H 'Accept: application/json' ...

Audit Query in Alfresco

Hi,What will be the best way to generate the Audit Report in Alfresco? Is it suffient to use default audit webscript?Is there any way to find the audit tables in alfresco?