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

Resolved! How to upload file to alfresco by email?

I wanted to upload files via email in Alfresco. I am using alfresco community 5.2 I have added inbound email properties in alfresco-global.properties file and i have followed all the steps and I sent an email as explained in below links But I am not ...

ADF lifecycle phases difference

Difference between ADF initContext and prepareModel, since both preparing data by executing business service making it available through binding container which is a Map object.

Resolved! Alfresco ECM source code

Hi All.   I need  Alfresco  ECM Source code. I go through your Community members link  (https://community.alfresco.com/docs/DOC-4874-source-code) .I am Getting .ftl fiels and js files only .. I am Not Getting Full Proper ( front end and back code ) s...

velayuthan by Champ in-the-making
  • 8802 Views
  • 4 replies
  • 2 kudos

Resolved! Multi-instance task variable use

I have an Activiti workflow that creates multiple (parallel) user tasks for an authorisation task (assigns each one to a group based on one element of a list).<userTask id="authReview" name="Authorisation Review" activiti:candidateGroups="${assignee}...

stephenl by Champ on-the-rise
  • 7731 Views
  • 2 replies
  • 0 kudos

How to signal another process?

Hello dear all,Basically i am struggling with understanding how to send and receive signals (messages) between different processes. Could you please help me to design or give me a hints how to create in Eclipse Activiti Designer something like thisro...

vipi_voxa by Champ in-the-making
  • 8132 Views
  • 5 replies
  • 1 kudos

CMIS Query returns different results

Hello,We have a repository with about 2M documents.We are trying to get list of documents that have a certain category (attribute) assigned.I am using CMIS Workbench to connect to Alfresco 5.0.3.1Each time I ran the simple select query I get differen...

darminm by Champ on-the-rise
  • 4131 Views
  • 2 replies
  • 0 kudos

Can't create folder with custom attributes and BEHAVIOUR from CMIS

Hi Experts!My env:- Java 8, - Alfresco CE 5.1.x and 5.2.x. - CMIS 1.1My folder type definition in my-repo.AMP:        <type name="asisapcsf:aft_contract">            <title>SapSC Contract Folder</title>            <parent>asisapcsf:aft_year</parent> ...

progaman by Champ in-the-making
  • 4506 Views
  • 1 replies
  • 0 kudos

Retrieve all documents version in a folder

Hi,I need to retrieve all documents version in a folder.For a particular document , i am able to get its all versions using below rest urlalfresco/service/api/version?nodeRef=workspace://SpacesStor‌e/ab015fa6-3cb5-4cc3‌-9847-9c79e9da0d56 how to get a...

Alfresco Beginners Help

Hi guys, So I am currently working on a project for a company where the initial objective is to create a document management system of all their files.So I have no prior experience of using Alfresco and I used their guide to create a basic site, uplo...

rajivpenn by Champ in-the-making
  • 6436 Views
  • 4 replies
  • 0 kudos

How to track document changes in different tasks?

I have a multiple level review process,I have a submit form which allows documents to be uploaded.I show this document in the first level of review form- I give the edit in Microsoft Office option and the reviewer edits the document. These changes ar...

paiyyavj13 by Star Contributor
  • 3503 Views
  • 1 replies
  • 0 kudos

Excel/grid collaborative filling

I'm trying to model an internal process of updating information of estimations presented on a grid/excel (imported to the system with special edit permissions to specific users through assignment) and forwarding for approval to supervisors (also keep...

pgaval by Champ in-the-making
  • 3124 Views
  • 1 replies
  • 0 kudos

Activiti Compound Primary Keys

Hello,In the Activiti documentation under JPA Requirements there is a bullet point which reads:... compound primary keys are not supported (@EmbeddedId and @IdClass).Could someone please elaborate on why compound primary keys are not supported, and w...

brewmaster by Champ in-the-making
  • 3252 Views
  • 1 replies
  • 0 kudos

I am trying to understand how the exception handling works in a sub process. When an exception is thrown in the sub process the flow is being terminated and the calling process instance is also stopped. Is this expected?

Our main process definition starts with a call to am embedded sub process, when an exception occurs in the firs service task of the sub process the exception is propagated up the stack all the way up to where the parent process is initiated. This kil...

I am using phoenix as dataSource for data models, while update ,statement which executes is like 'update table SET =? where ID= ?' , instead i want it to execute Upsert statement over phoenix to query Hbase. Please Help!!

I am using phoenix as dataSource for data models in alfresco activiti, while update ,statement which executes is like 'update table SET =? where ID= ?' , instead i want it to execute Upsert statement over phoenix to query Hbase. Also HBase uses colum...