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
  • 1194 Views
  • 1 replies
  • 0 kudos

Resolved! Uploading file using the REST API

Hi, I want to upload files using the REST API via the Java Wrapper. Im basing my java code on this: https://docs.alfresco.com/content-services/latest/develop/oop-ext-points/rest-api-java-wrapper/#uploadfileMy server is a Alfresco community 7.3. Im wo...

Nicolas_C by Champ in-the-making
  • 3654 Views
  • 1 replies
  • 0 kudos

Update document properties by due date

Hello everybody!I'm implementing a custom content with a custom property "due_date". Whenever this timestamp is over, another custom property "status", changes from "Pending" to "Expired". Each due date is specific to each document.I would like to kn...

idebonis by Confirmed Champ
  • 2385 Views
  • 1 replies
  • 0 kudos

How to add the initial form state to the audit log?

Hello!I have a workflow that we get an Address information from a rest service and display it in a new User Task (Display Address).In this task, there is a form populated by the previous rest service, and the user can change and save the new informat...

freedomfog by Champ in-the-making
  • 1793 Views
  • 0 replies
  • 0 kudos

Can't reduce index size after deleting content

Hi:I started performing massive deletion (during the day) in my repository. Every night a massive content ingestion is performed.Index size was growing in about 1 to 1.5 GB daily after ingestion and now that I am deleting (almost the same quantity of...

image

Resolved! Spring Boot Activiti - auto deploy *.bpm20.xml files

I have setup Activiti using Spring Boot integration. Per the default behavior, the *.bpm20.xml files needs to be under src/main/resources/processes for the Activiti engine to deploy when the spring boot app is run.Is there a way to allow Activiti to ...

Can not run the command 'run.bat bulid_start'

Hi Team;      I run the command 'run.bat build_start' to run AIO then got an error, please refer the first picture:     '\my-all-in-one\target\classes\docker\docker-compose.yml: The system cannot find the path specified.'      So I checked the file '...

image image
YanFeiHu by Confirmed Champ
  • 1576 Views
  • 0 replies
  • 0 kudos

Adding Signature Page after every approval

Good day!I have an instance of Alfresco Community Edition 7.3 M2 running on docker. My use case requires me to have a signature page added at the bottom/last page of the document with the name of the approver and timestamp once the workflow document ...

image
odz by Champ in-the-making
  • 3990 Views
  • 3 replies
  • 1 kudos

Max Header Size Limit

How can i set the max header size limit? The default is 8KB, right? I want to increase the size of that.

renatoc1 by Confirmed Champ
  • 2112 Views
  • 1 replies
  • 0 kudos

How to get the user that claimed a previous task?

We have a task xyz that is assigned to a group. A user claims the xyz task. Later in the workflow, we need to assign a task to the same user that claimed the xyz task. How can I get assign a subsequent task to the same user that claimed a previous ta...

aadhikari by Champ on-the-rise
  • 1780 Views
  • 0 replies
  • 1 kudos

APS form with javascript in ADW

I have a question regarding the support of APS forms with javascript in ADW. In my environment the APS form javascript is not executed in ADW. However it is excuted within the APS UI. I have found some hints that javascript in APS forms does not work...

Unable to convert document to pdf

I am trying to convert a document to pdf and this is my code: @overrideprotected void executeImpl(Action action, NodeRef actionedUponNodeRef) { CopyService copyService =serviceRegistry.getCopyService(); NodeService nodeService =serviceRegistry.getNod...

marwen by Champ in-the-making
  • 2023 Views
  • 0 replies
  • 0 kudos

Most Viewed and Liked Documents in alfresco

Hi Everyone,By using this query i am getting document creator and created dateSELECT distinct n.audit_creator as creator,p.string_value as document_name,date(n.audit_created) as created_on From alf_node AS n,alf_qname AS q,alf_node_properties as p WH...