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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 664 Views
  • 0 replies
  • 0 kudos

Get childs node paginated

We're currently getting all child nodes using this java code:NodeRef nodeRef = ...;AlfrescoModelAssocList childAssocs = new AlfrescoModelAssocList(nodeService.getChildAssocs(nodeRef);for (AlfrescoModelAssoc childAssoc : childAssocs) {    /*...*/}We'r...

nonets by Champ on-the-rise
  • 5831 Views
  • 3 replies
  • 1 kudos

Aspects

Is it possible to create aspects without creating a custom content model ?

Alfresco 4.2c pickerchildren location

Hi. I have a problem locating pickerchildren.get.js which is what I need to edit to get new property to the ftl. The thing is I located pickerresults.ftl which I was able to edit. I only was able to find this webscript in the tomcat directory /alfres...

lucaskos by Champ in-the-making
  • 3960 Views
  • 1 replies
  • 1 kudos

acs-community-deployment, Docker(compose) and Windows 10

Hello people,I'm currently in the proces of determining if Alfresco 6 will be a good fit for a (Web) solution we are going to build. One of the nice things about this new project we're about to start is that we will be using docker as a development p...

User activity notifications not send

Hello Everybody!We have a fresh Alfresco community 5.2.0 that was working perfectly. Some day ago users started import documents loading through CIF (ctrl-c and ctrl-v of directories from intranet to Z:\Alfresco\Sites\some-site\documentLibrary\).:Now...

adalgix by Champ in-the-making
  • 1844 Views
  • 1 replies
  • 0 kudos

Get nodes without parent association informed

I'd like to know how to get all nodes of a given type `ts:folderSet` which has no parent association of type `ts:FolderSubSet` informed.Currently:[![enter image description here][1]][1]So, I mean, I need all nodes of type `ts:folderSet` where `tsfss:...

nonets by Champ on-the-rise
  • 4764 Views
  • 3 replies
  • 0 kudos

Resolved! Authentication error

Dear all,i'm having some problem with authentication on Alfresco Community Edition. See attached screenshot.Can somone tell me where to find some documentation dealing with Authentication on Alfresco and how to solve authentication error messages?Tha...

Authentication details not recognized at log-in

Dear Community, We have installed Alfresco Community v5.2.0 on our company server. Alfresco takes the users form the active directory of Windows, so all of us can enter Alfresco using our windows credentials.Now a collegue of us, Colleague001, is hav...

Login in alfresco with java class

Goodmorning everyone,I am integrating Alfresco into my software where I would like to log in using a backend class in java so that the user does not have to enter the credentials in the login form twice.Currently I can log in using a REST call http:/...

natmacri by Star Contributor
  • 4276 Views
  • 1 replies
  • 0 kudos

Resolved! Location: share-documentlibrary-config.xml --> SDK 3

Hello,   I have alfresco SDK 3.0.1 (Until this time I use 2.2.0) There is a different folder structure. Where I can put file: share-documentlibrary-config.xml ?In the old folder structure it was src/main/amp/config/alfresco/share-documentlibrary-conf...

wity by Confirmed Champ
  • 5708 Views
  • 1 replies
  • 0 kudos

Alfresco Version by Name

When uploading files having the same to a folder in Alfresco, the platform renames that new uploaded file (including "-1" and so on counters) and creates a new file. 1: Folder > Test.pdf 2: Upload Test.pdf to Folder 3: Folder > Test.pdf, Test-1.pdf ...

alfresco by Elite Collaborator
  • 3905 Views
  • 1 replies
  • 0 kudos

Two advanced search forms for one type?

Is it possible to define two different advanced search forms for one type? Like this:<config evaluator="string-compare" condition="AdvancedSearch"> <advanced-search> <!-- Forms for the advanced search type list --> <forms> <form labelId="one form" de...

deny7 by Champ on-the-rise
  • 3116 Views
  • 1 replies
  • 0 kudos

DataLists and Sites

Is it possible to create datalists out of sites ?I mean without making it relative to a specific site ?