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

Bug in Smartfolder 4 Subfolders deep

Hello,We are currently having an Issue with Alfresco Community 5.2 .When using a Smartfolder inside of a sites Content Library it stops working after navigating 3 layers deep.Site -> Content Library -> Smartfolder -> Folder -> Folder-> FolderWhile th...

newport-ms by Champ in-the-making
  • 2955 Views
  • 1 replies
  • 0 kudos

Is Alfresco CE conform to GoDB (GDPdU)?

We (midsize company with 5 employ. in Backoffice) plan to integrate Alfresco in our IT. An Alfresco EE subscription for about 30.000 Euro/anno is too expensive for us, so Alfresco CE is more interesting for us...Preliminary function should be: Save I...

fmoelder by Champ in-the-making
  • 2949 Views
  • 1 replies
  • 0 kudos

copy node

Dear Friends!Please, Can You Help meI want to copy node in the same foldercan I do this with Alfresco REST API?Thank You in Advance

dadamia by Champ on-the-rise
  • 4326 Views
  • 1 replies
  • 1 kudos

FINGERPRINT questions in Solr 6

I appreciate the updated info about using the FINGERPRINT function in AFTS queries, but in the process of testing the search, I came up with some questions about how things should work.  Specifically: What is the default overlap percentage if I don't...

dbiggins by Star Contributor
  • 9520 Views
  • 6 replies
  • 0 kudos

How to get Admin User credential ?

In Admin App I can access all process using admin User. I have one required like  user not a part of process . But i want to give access  that user to view attached form of process. I want to pass admin credential  for that user to access that proces...

dharmraj by Confirmed Champ
  • 8800 Views
  • 7 replies
  • 2 kudos

About re-build process

Hello Guys,For now,w are research the process framework and got one question about it, if we want to change or re-builder one process model and don't re-adjust code, this is can be achieve?Thanks,Jack.

xin_wang by Champ in-the-making
  • 3526 Views
  • 1 replies
  • 0 kudos

Resolved! Setting the classpath of process definition files in JUnit

I'm using the process designer in Eclipse to develop and test my processes. How do I correctly set the path to the process definition files to the default source directory (src/main/resources/diagrams) that's used in Junit 4?I've tried all sorts of v...

navitect by Champ on-the-rise
  • 6943 Views
  • 2 replies
  • 1 kudos

Creating an aspect programmatically

Is there a way that I can create a new aspect without using the UI?  CMIS Secondary type/Aspect creation  indicates that it can't be done using CMIS.  Creating new custom types and aspects | Alfresco Documentation  shows how to do it through the UI. ...

jaxtell by Champ on-the-rise
  • 4255 Views
  • 1 replies
  • 1 kudos

Resolved! Custom Share advanced search does not work!

I am following the steps mentioned in the following URL: Working With Custom Content Types in AlfrescoI customized Share tier. I have a custom type extending cm:content. This custom type has a mandatory custom aspect which has a set of custom propert...

sepgs2004 by Star Contributor
  • 5783 Views
  • 2 replies
  • 0 kudos

Resolved! Create a transformer on share ZIP to PDF

Hi , i have zipped a single pdf file and convert them to zip file e.g. test.pdf to test.zip a container of the original file.What i want it's to extract the single pdf in the zip and send to share like a normal pdf on runtime while using share, so i ...

/alfresco/wcs/touch - 401 error

This URL for my alfresco gives lots of 401 error code. Where do I need to look into for this?Which file I need to verify or correct to resolve this? it seems SSO touch base URL  /alfresco/wcs/touchcause issue.

g_rathod by Star Contributor
  • 8533 Views
  • 6 replies
  • 0 kudos

Resolved! task property update with runAs System

When trying to update a task property (bpm:comment) with code run as system, the update is just not applied (but no exception thrown). When executing the code as the task assigned user, it works fine.Any idea ?The code:try { if (userIsProcessManager)...