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

Print Activiti Form from Within the Form

In Alfresco Activiti 1.9,  I would like to add a "Print" button to a form which, when the process is run, generates a document for printing based on the current screen contents and a template.    Basically, from within the form I would like to perfor...

ADF 2.6.1 Application and CAS

We use Apache mod_auth_cas with Alfresco 5.2.3 and Apereo CAS 5.2.4. This works very well and was straightforward to setup.We have now built an ADF 2.6.1 application and are unsure about whether the process we are following to include our application...

pcharsle by Confirmed Champ
  • 8001 Views
  • 5 replies
  • 0 kudos

Advanced Search on custom properties doesn't work

I'm running locally in Eclipse Alfresco AIO project. Share version is 5.2.f. Platform version is 5.2.g. SDK version 3.0.1. I want to add custom advance search form which will search for my custom properties. I did below steps but when I try to search...

deny7 by Champ on-the-rise
  • 6994 Views
  • 2 replies
  • 0 kudos

Disable repository caches?

Hi,Is there a way to globally disable the caches in the repository?(Alfresco Community 6.1)As far as I understand, it is possible to disable the repository caches (approximately 50 in total) one by one by overriding the appropriate beans that configu...

kring by Champ in-the-making
  • 7923 Views
  • 4 replies
  • 0 kudos

Date form control

I have created customized content model  where 2 date control are there.1)FromDate 2)ToDateNow I want populate ToDate whenever FromDate change(base on some logic) and another is validation where ToDate should not be greater than FromDate(I have achie...

sp2 by Elite Collaborator
  • 7114 Views
  • 4 replies
  • 0 kudos

Resolved! How to solve Memory Leak issue in alfresco 5.2?

Hi,Iam facing memory leak issue in alfresco 5.2, Can any one tell what is the common reason for memory leak in alfresco 5.2 and how to solve it.we have 64gb of ram in our windows server. and 60gb memory is being consumed. and shows 95% memory utiliza...

faizrahk by Confirmed Champ
  • 16678 Views
  • 9 replies
  • 0 kudos

Resolved! how to query all versions with CMIS

I'm trying to make a query to get all history version of a document, but when I use #CMIS Workbench and check the option "search all versions" it gives me an errorCMIS Exception: invalidArgumentSearch all version is not supported! I don't know if thi...

germangq by Champ on-the-rise
  • 8128 Views
  • 2 replies
  • 0 kudos

Custom Dashlet With Custom Upload Button

Hello,I recently followed some tutorials about Alfresco. The following link is the one I tried.https://community.alfresco.com/community/ecm/blog/2016/09/20/custom-uploads-with-aikau#comments When I try to build the custom upload dashlet on localhost ...

yi_jiang by Champ in-the-making
  • 2657 Views
  • 0 replies
  • 0 kudos

Resolved! contentstore.deleted

Hi,there is big size of data store in alfresco file (contentstore.deleted)can i have delete it from SSHrm contentstore.deletedPlease suggest.

alfrescocm by Champ in-the-making
  • 21068 Views
  • 6 replies
  • 3 kudos

Vacation Calendar Setup

How to setup a vacation calendar for an individual user.  We have a requirement like , individual leaves of an analyst has to be tracked in the calendar so that when we have the SLA calculation , it should reflect ?Any help is appreciated ?

mssajith by Champ in-the-making
  • 2975 Views
  • 0 replies
  • 0 kudos

SLA Implementation and Calculation in Activiti Workflow

On creating a process we need to calculate a SLA date for the whole process. After the process creation need to set this value for SLA date based on some criteria. This calculation should be done and the result should be returned with the process cre...

naviejm by Champ in-the-making
  • 3605 Views
  • 0 replies
  • 0 kudos

Joint a document field personalized

Hello,A button must allow to upload a file. A field "upload document" exists  in APS.So we want overloaded and keep the same method of setting the field and add four features:Added the possibility to go down one notch according to a variable. (a text...

ovandaele by Champ in-the-making
  • 2996 Views
  • 0 replies
  • 0 kudos

Retrieve data in Json format

I wrote a java backed webscript that retrieve multiple rows from a table in a database and I created a json template ftl file.And when I tested, I only get the last row !!Any solutions ?