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 Labs

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

Upload Shared Drives

Hi. I don't know if this is the appropriate forum for this request, but if it is, great.Our company has two different content management systems, Alfresco and IBM's ECM. We also have a large number of documents on shared drives throughout our organiz...

dalkeith by Champ in-the-making
  • 5118 Views
  • 2 replies
  • 1 kudos

APIs to establish the relationships between records

Hello,    I am trying to find the APIs to establish the relationships between records.  There is a way to do it through the Alfresco web interface (Creating relationships between records | Alfresco Documentation ) , but I am having trouble finding th...

yuwangbah by Champ in-the-making
  • 3628 Views
  • 1 replies
  • 0 kudos

Resolved! Workflow add resource not working

Hi all,I'm using Alfresco 4.2f and I can't add a resource using the UIContentSelector in the StartWorkflowWizard page with every workflow. When I try to hit the search button the result box remains empty.

luca by Star Contributor
  • 3961 Views
  • 1 replies
  • 0 kudos

Resolved! ADF for Activiti (systemjs.config.js file problem

Hi,I am developing a POC for Activiti using ADF. I am following this link for creating the app. At some point it says to add few entries to systemjs.config.js. I am not sure how to add the entries into this file.SystemJsAdd the following components t...

Resolved! Alfresco-Solr Connection Problem

   Hi, I m using Alfresco Community 5.2. I created about 3000 sites. But I can search only 20 sites. Search process is not working for other sites.  All sites were created same each other. In addition,  - I log in with solr admin console with "host:8...

hilal by Confirmed Champ
  • 7946 Views
  • 4 replies
  • 1 kudos

Error solr4 on tomcat linux

Hello,We are working on a alfresco-5.0.b and there are repetitive errors on alfresco-5.0.b/tomcat/logs/catalina.out rg.apache.solr.common.SolrException: version conflict for _DEFAULT_!800000000000000b!800000000011aaa0 expected=1546173748784136192 act...

nisainana by Champ on-the-rise
  • 8340 Views
  • 3 replies
  • 0 kudos

Customizing advanced search in Alfresco 5.2

Hello,i´m currently migrating a share and repo project from version 4.2.0 to 5.2 and i´m facing some issues.One of those is that i´ve extended org/alfresco/slingshot/search/search.get.js (i needed to customize advanced search, since i wanted to searc...

os_cerna by Champ on-the-rise
  • 8847 Views
  • 7 replies
  • 0 kudos

Resolved! Connecting MS Excel App with AOS

Hi AllNot sure if what I'm trying to do is even possible ... but thought I'd try asking about it here.I have downloaded the Microsoft Excel App on my iPhone. Upon launching the app I go to the "Open" tab. Then I press "+ Add a Place", and then "Share...

villdre by Confirmed Champ
  • 4733 Views
  • 1 replies
  • 0 kudos

Assign Task to Multiple Groups

I have 2 Queries.1. I want to assign a task to multiple users, but not everyone at the same time. It should go from 1 user to another then get assigned to another user.e.g. User1 creates Task and assigns to User2. Users2 works on the task and assigns...

ksawant005 by Champ in-the-making
  • 8458 Views
  • 8 replies
  • 0 kudos

milestones on home page

Hello,When I want to update milestone (open it and change status), I have an error Bad Request. But when I create new one it's ok.Please help me what's wrong or it is bug? I use Alfresco Community v5.2.0 and alvex-3.0-20170502.123755-241.zip

Problem after alfresco SDK 3.0

Hello guys, After upgrade for Alfresco SDK 3.0, all of my projects managed by Eclipse, present an error as below:What requisite are necessary for new SDK ?My environment:MacOS : 10.12.25Java: 1.8.0.51-b16Apache-maven: 3.5.0Alfresco Community 5.2fEcli...

avmcf by Confirmed Champ
  • 7633 Views
  • 7 replies
  • 0 kudos

Search Process Instances by Initiator

How can I search for process instances started/created by a particular user? I used the identityService to set the authenticatedUser before creating the instance so that the START_USER_ID_ column in the ACT_HI_PROCINST table is populated. I don't see...

sam_a by Champ in-the-making
  • 4980 Views
  • 3 replies
  • 0 kudos

Custom Form Type Error

Hi every one, I have a problem with custom types. I did itpackage test;import org.activiti.engine.form.AbstractFormType;public class TextAreaFormType extends AbstractFormType { public static final String TYPE_NAME = "textarea"; public String getName(...