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

Validation handler not deploying javascript in war

Hello,I am having a problem creating a custom validation handler in my alfresco. Whenever I start alfresco the war doesn't include my javascript file (test.js) that I placed inside the share project in the resources folder. When I try to use the form...

Alfresco Rest Api Change Folder Permission

Hello everyone.i want to change the   user role information of a folder permission  in alfresco using rest api.But I could not find it in the alfresco rest document.I just found the get service as in the picture.I want update service.Do you have any ...

suayb58 by Champ on-the-rise
  • 4233 Views
  • 1 replies
  • 2 kudos

redirect to source's parent node after move

Hi all.By default, at document details page, after executing the document action "Move to", the user is being redirected to the node's new target place (the window.location.reload(); line).we would like the user to stay at the parent folder of the do...

mtsiak by Star Contributor
  • 2580 Views
  • 0 replies
  • 0 kudos

Password / Username each time with AOS

Hi therei'm running Alfresco 6 with the CMIS Module.When users are working out of MS Office 365, each time they need to enter there username and password.Even if " remember " is tagged.Any idea how to fix that ?best regardsChristoph

claib by Confirmed Champ
  • 4373 Views
  • 2 replies
  • 0 kudos

Java heap space issue

Hai Everyone,We are facing java heap space issue , can any one suggest me how solve this issue,Configurations: OS: Redhat linux,Alfresco Version: Alfresco-Community-5.2 (201707)Solr version: Solr4PostgreSQL : 9.4.12System RAM: 16GBIn Alfresco setenv....

OpenCmis Maven

Goodmorning everyone,I am downloading the maven dependency for the APPContentManager class.This is my pom:<dependency> <groupId>org.apache.chemistry</groupId> <artifactId>chemistry-tck-atompub</artifactId> <version>0.1-incubating-unreleased</version>...

mikele by Champ on-the-rise
  • 2909 Views
  • 0 replies
  • 0 kudos

Activiti 7 cloud multitenancy support

We have use case to implement multitenancy with design approach as Multiple Engine and Multiple Schema. What are the steps which are involved to do the following:-1. To register the multiple Tenants.2. How to redirect a REST call to start a process t...

Alfresco Cmis Query Not Search Site Title

Hello,Everyone.I'm trying to search the site through cmis query.But cmis query does not search the site title.cmis: title  cannot find site title .I'm waiting for your help on this.{ "query": { "query": "SELECT * FROM st:site where (cmis:name LIKE '%...

suayb58 by Champ on-the-rise
  • 7810 Views
  • 4 replies
  • 0 kudos

Using Declare Version as Record

Hi,I have Alfresco 6.0, RM 3.0 installation.   My group wants to use only Declare Version as Record and I have a problem.When they declare a version as a record,  I don't know what to do with a version of record that needs to be "rejected" for whatev...

cahunt by Champ on-the-rise
  • 2998 Views
  • 0 replies
  • 0 kudos

cannot connect to http://localhost/alfresco/service/cmis

Hi , I am new to Alfresco . And i am trying to hit the api using the .NET framework . But somehow i am not able to hit the below URL : http://localhost/alfresco/service/cmis . I am using the DotCMIS.dll but somehow it responds me as sendFailed. Pleas...

banishjha by Champ in-the-making
  • 13044 Views
  • 4 replies
  • 0 kudos

Alfresco Process Rest Api

I am new to this Alfresco ADF. To access the Alfresco Process Rest Api endpoints do I need to buy the enterprise edition? Or Can i access the Rest Api  by configuring the open source BPM engine(Activity).

akalanka95 by Champ in-the-making
  • 2456 Views
  • 0 replies
  • 0 kudos

400 Bad Request - Could not load dialog template

When I click the "Modify Properties" on some content shown in view, I get the error in attach, e.g.Could not load dialog template from '/share/service/components/form?itemKind=node&itemId=workspace://SpacesStore/cdeeb02c-67f7-4e49-bcd5-3493ad1fbe15&d...

Quickly Move to Next Task

In Alfresco, once user works on any task, he/she will be redirected to Task list page. From that page, user has to select another task and work on it. This component will help users to go to next task after completing current task. It will be helpful...

kalpesh_c2 by Star Collaborator
  • 3188 Views
  • 0 replies
  • 0 kudos

Springboot version compatibility

Hi,I am trying to find which Springboot version is compatible and supported by Activiti 6. Does anybody know where this is listed on the Alfresco website?

swapnilg by Champ in-the-making
  • 2951 Views
  • 0 replies
  • 0 kudos

How to Improve performance of deleteProcessInstance api ?

Hi,We are using Activiti version 6.0.0 java API (Integrated via spring) with History level - AUDIT. We have a service which creates around 0.5M process instances per day and based on some condition we also close those process instances via runtimeSer...