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

Forum Posts

Helm S3 configuration issue

I am having the following issue. Even after setting s3.flatRoot = false. Helm is not picking up the value and giving me the following error.Can some one point out as to where exactly should one look for flatRoot if not in alfresco-global.properties o...

Resolved! Can not hide

Hi Community;    I want to hide the download button, so I did the following setting.    But it not work. Please refer the picture as below, thanks!

image
YanFeiHu by Confirmed Champ
  • 2032 Views
  • 2 replies
  • 0 kudos

Install Plugin

Hello guys how to install Alfresco collaborative editing? I would like also to know if the plugin is free?

xiro by Champ in-the-making
  • 2251 Views
  • 1 replies
  • 0 kudos

How to upgrade Activiti5X to Activit7X

Hi Team my current solution Activiti 5.22.0 version which is implemented with activiti-spring-boot-starter-basic as a core and activity web is as is for deployment purpose only. Now we are planning to upgrade the version to activiti7 version with com...

Site Audit

Site Audit was implemented initially for port 8080.It was working fine Later we have changed to different ports where in that we are facing some issues,We are unable to generate the report.So If any Suggestions on thatThanks in advance

Sai-1411 by Confirmed Champ
  • 1452 Views
  • 0 replies
  • 0 kudos

Future support for multi-tenancy with multi-schema

Hi,I was analyzing how Activiti 7 Cloud supports and manages the multi-tenancy with multi-schema with physical separation of data.While reading the documentation, I landed to this Java class source code:https://github.com/Activiti/Activiti/blob/9b0be...

Web Services Error

Hi,As we are trying to connect external application by using web services from alfresco 5.2, we are getting error while connecting to it.....So please anyone guide us to get the issue resolved. Encountered error is shown below..........Thanks & Regar...

image image image
Sai-1411 by Confirmed Champ
  • 1504 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
  • 3360 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
  • 2001 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
  • 1629 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 ...