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

Trigger external service and then listen for JMS response

Hi there,I'm currently working on a project that uses Activiti to trigger external systems and then waits for a response from that system in the form of a JMS message. I have a Java Service task that is responsible for calling the external service an...

wintuit by Champ in-the-making
  • 6174 Views
  • 1 replies
  • 0 kudos

I would be glad to know if we have an alfresco way of renaming folder with the same(provided) name recursively when different users associated with a common user with JavaAPI ?

I have a simple program that can create folders when users are linked to other users. I am at a point where when I tried renaming the profile(firstName/lastName/middleName) of the user with the multiple folders with the same name as his profile/accou...

Automatic category registration

Newbie question: I'm using version of Aflresco Community - 5.2.0 (r135134-b14) I'm custmizing page of the document-details. I could implement adding the category at the time of registration by adding the aspect.However, I want to automatically add it...

yosk by Champ on-the-rise
  • 8854 Views
  • 5 replies
  • 4 kudos

Resolved! Switch document on detail screen

Newbie question: I'm using version of Aflresco Community - 5.2.0 (r135134-b14) I'm custmizing page of the document-details.I want to be able to make a switch between the previous document and the next document on the detail screen.I know the list scr...

yosk by Champ on-the-rise
  • 5885 Views
  • 2 replies
  • 0 kudos

tagActions

Salve a tutti, sono nuovo del forum!Grazie per la collaborazione. Ho scaricato l'ultima versione di Alfresco ECM e sto approcciando con le Restful Api.Lavorando con i tags, ho scoperto la funzione (Add and remove tags to nodes) lanciata con il metodo...

atom by Champ in-the-making
  • 3509 Views
  • 1 replies
  • 0 kudos

SOLR not tracking after custom keystores generated

Hi, I am having issues with solr with custom keystores generated. I configured it successfully on alfresco 5.2.We have an old version used by another division alfresco 5.0.d , I tried the same and I get solr issues. In debug mode it shows ssl handsha...

rvedula by Champ in-the-making
  • 3401 Views
  • 1 replies
  • 0 kudos

Custom folder taggable

hello  I have created a custom type  <type name="mgd:folder">            <title>Folder de Gestión de Documentos</title>            <parent>cm:folder</parent>            <properties>             <property name="mgd:tipoFolder">                <type>d...

yussenn by Champ in-the-making
  • 6217 Views
  • 2 replies
  • 0 kudos

How to update task property of type NodeRef using REST API?

Note: This is a clone of my original post located in the wrong forum: How to update task property of type NodeRef using REST API? Hi, I'm working on a project which integrates with Alfresco v4.2.e and Activiti v5.13.I use the REST API to query for ta...

eugen_p by Champ on-the-rise
  • 7785 Views
  • 4 replies
  • 0 kudos

Resolved! Script to copy documents to a relevant folder

Hi, I am using Alfresco Community 5.2 and i need to create a script to copy document to a relevant folder. copy-to-rel-folder.js var createdDate = document.properties["cm:created"];var dd = createdDate.getDate();var mm = createdDate.getMonth()+1; //J...

anuradha1 by Star Contributor
  • 12496 Views
  • 6 replies
  • 0 kudos

Resolved! How to get workflow history using Java API

Hello!So here is my dilemma. I would like to get the information as seen in the screenshot from the workflow-details page using the Java API for every workflow associated with a document (NodeRef).I am especially interested in the "Completed By", "Da...

lex91 by Confirmed Champ
  • 7013 Views
  • 2 replies
  • 1 kudos

Message for all events

Hi,i have the following issue :when i click button i always got the result message in popup, even if there is no error ....debug modules are not deployed....I'm in despairWhat can it be ?Thank's in advance