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
  • 1152 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
  • 6319 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
  • 7908 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
  • 12678 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
  • 7138 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

Internal server error while getting the document

HiI am in need of getting the stream of the document present in Alfresco. As a first step I tried retrieving the document object using the below methodsMethod 1Given the nodeRef of the document in Alfresco)String objectId = "f273be7c-9b70-44cf-880f-5...

azarfaiz by Champ in-the-making
  • 6662 Views
  • 3 replies
  • 0 kudos

setProcessCustomProps task query: how to use

Hi all,I want to add some custom properties to workflow instances of a custom activiti wf. These custom properties shoud be used by task queries in custom web scripts.Question 1: how to add properties to workflow instances ? (not to tasks) Using wf s...

Resolved! activiti timer error

Hi,I'm trying to add a intermediateCatchEvent to a workflow so that it will wait a defined period of time before moving on.<intermediateCatchEvent id="timerintermediatecatchevent1" name="TimerCatchEvent"> <timerEventDefinition> <timeDuration>PT5M</ti...

How alfresco convert the uploaded documents into bin file?

Hello, I have a question, I think it is strange that when you upload a document in alfresco, it become a bin file but it take the same space than the original document, and when you change the bin extension by its original extension you can open it n...

jspr by Champ in-the-making
  • 3893 Views
  • 1 replies
  • 0 kudos

Migrate one alfresco server to another using Alfresco Rest API

Hi everyone,I'm using alfresco rest api to upload files and I'm keeping the uuid of the uploaded files in the project's database with some other data.Is there a way to migrate data using the rest api, I think I would have some problems with the versi...

dzlatev by Champ in-the-making
  • 3630 Views
  • 1 replies
  • 0 kudos

search.findNode error

Hi,when i create a new person, a java function is called, using the fields bellow  :Java function uses getPerson() method from PersonService Class:@Autowired private AuthorityService authorityService; @Override public NodeRef createPatient(String idP...

add a new content type in alfresco as extension example

Can anyone please share the project which is having an custom model and custom datatype define in it and after building that project we can use that jar which will we add as new custom content type extension to the existing  custom content types. we ...