Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Move Documents & Folders with REST Api

Hi,I m using Alfresco Community 5.2. I want to move some documents or folders to another folder by using Rest Api. But I can not find any documentation about this. Please help me.Thanks in advance.

hilal by Confirmed Champ
  • 7523 Views
  • 2 replies
  • 2 kudos

How to trigger event for event based gateway in java

Hi I am trying to implement event based - gateway as shown in example of activiti user guide Activiti User Guide .Only difference in below mentioned image and my model  is that there is a service task (lets call it task T) between start event and eve...

shobhit by Champ in-the-making
  • 10951 Views
  • 7 replies
  • 0 kudos

Calling javascript from a DocLib action

Dear All,Managed to create a script which is executed on a folder level. Basically, the script takes the custom properties of the selected folder and updates all the child objects with the property values.Currently the use is obliged to use the Run A...

zputnoky by Star Contributor
  • 4467 Views
  • 1 replies
  • 0 kudos

how to configure alfresco for a small installation

Hi,I am going to install Alfresco for home use, feeding approx. 500 docs per year, with about 5.000 existing documents. I had a CE Version 5.0 running for some time but was always unhappy with the resource consumption. After having a look at some oth...

andre78 by Champ in-the-making
  • 6164 Views
  • 3 replies
  • 2 kudos

Form Processor not able to generate form

Hi, I'm trying to display a custom form using Alfresco.util.PopupManager.displayForm() however I'm having an issue trying to use my own form processor. It works without a hitch if I use the itemKind: "type", so the type processor but if I try to use ...

les21 by Champ in-the-making
  • 3422 Views
  • 1 replies
  • 0 kudos

Resolved! A.A.A.R. in Alfresco

Hello,I have a question, how can I add A.A.A.R. plugin to alfresco (5.2).As I can see from AAAR : Empty reports I have to use  Alflytics .But how can I use it in alfresco?

Simple custom Indicators not work

Hi,Continuing my study to create a simple custom indicators (on my preivous post: How to change default icon folder based on its properties? ), I start to create it with reference from Jeff's post here Colour vs tags .I create ar:dirFungsi properties...

billydekid by Star Contributor
  • 4989 Views
  • 3 replies
  • 0 kudos

I want to change the time of  digest emails.

Thank you Kristen for your help.I am using alfresco as a developer. and I need to change the time for the end users. users are getting emails at midnight and they want to get these emails at different time. There must me some way or need to make chan...

Setting Permissions to folders

Hello,         Consider Two users "A " and  "B" and two folders "A" and "B".The folder A should be accessible by user "A" alone and the subfolders(eg : A1) in "A" can be moved to main folder "B".However once the Subfolder(A1 ) has been moved to "B",T...

karanlp by Champ in-the-making
  • 16456 Views
  • 9 replies
  • 2 kudos

Resolved! activiti-cdi StartTask() don't work

Hi, businessProcess.StratTask(taskId, true) dont worki try to debug it and i found"Task currentTask = associationManager.getTask();" on the function StartTask / BusinessProcess class is nullerror on the logAvertissement: #{businessProcess.completeTas...

AAAR : Empty reports

Hello, I use the following tools:- Alfresco CE 5.2 with AAAR Amp CE: 4.5- Pentaho 7.1 with AAAR 4.5 When I run AAAR_Extract.sh & AAAR_Publish.sh, I get the result below and almost all reports are empty.and when i check the log i find these errors: 20...

ilyass15 by Champ in-the-making
  • 5854 Views
  • 3 replies
  • 2 kudos

Resolved! How to get the count of users selected in workflow approval?

Hi,I have a workflow where i used one association for user selection for approval of workflow like below. i need to move the workflow once all the selected users either approve or reject the document. some functionality same as parallel review workfl...

prasobhraj by Star Contributor
  • 5035 Views
  • 2 replies
  • 0 kudos

Create a new kind of site

I'm trying to create a new type of site. When I'm creating a new one, only appears 1 type in the select: "Collaboration Site". I wish to add more options. For example "Custom Site", and for that site to have predefined pages and dashboard.I saw a par...

Resolved! Add custom metadata to existing node

Hi,I'd like to add some metadata to a file already existing on Alfresco.I want to do it from a server-side of a node application.I'm doing a request as following :var request = require('request')var r = request.put('http://localhost:8080/alfresco/api...