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

Resolved! Custom outcome based on conditions

Dear community.Using Alfresco Process Services I wonder whether I could have costom outcomes based on conditions.Example:In a form a user provideds the expected price for something that has to be ordered. If the value is not above 10.000€ the user sh...

mrahn by Confirmed Champ
  • 10224 Views
  • 8 replies
  • 0 kudos

AAAR_Etract.sh is failing due to connection

Hi Francesco ,I am facing problem while executing the AAAR_Extract.sh.I am using mysql and I used AAAR_Manual_Installation.pdfPentaho Combined Server 7.0.0.0-25 Distributionmysql  Ver 14.12 Distrib 5.0.95, for redhat-linux-gnu (x86_64) using readline...

Getting rule owning nodeRef

Hi, I create a shared content rule for multiple folders, but I couldn't find a way in the action executor to get the folder in which the rule was executed. Any idea?

mhb by Champ on-the-rise
  • 8578 Views
  • 8 replies
  • 0 kudos

ExecutionListener Issue

Case1: the start event and end event could be catched, executionListener could  be executed.Case2:the event couldn't be catched, executionListener do nothing.could anyone help me,thank you.

baiwang by Champ in-the-making
  • 3857 Views
  • 2 replies
  • 0 kudos

Alfresco Records Management

hi everybody, how can i install alfresco records management module in alfresco community edition for use it in share UI ? i try many things but it doesn't work, thank you 

tanette by Champ in-the-making
  • 2826 Views
  • 1 replies
  • 0 kudos

Activiti Engine integration in Spring +JSF project

I'm working on JEE project ,i have to integrate a workflow module inside my project , i decided to work with Activiti Engine , i created my process ( start, userTask ....) and now i have to bind this process with my JSF pages .Is there a way to bind ...

ilyass_act by Champ on-the-rise
  • 6650 Views
  • 5 replies
  • 0 kudos

Showing custom content properties in search result

Dear All,In the mock-up we are building, we got a requirement to display the properties of a custom - corporate wide - content type in the search result page. Tried to find the best approach in the various forums but have no luck.Can any of you orien...

zputnoky by Star Contributor
  • 5918 Views
  • 4 replies
  • 0 kudos

I seem to be having an issue locating documents on the Alfresco software. It’s as if our permissions have been revoked and I cannot see any folders whatsoever.

I seem to be having an issue locating documents on the Alfresco software. It’s as if our permissions have been revoked and I cannot see any folders whatsoever. Our login details still work but our dashboard has changed? I am urgently looking for assi...

Resolved! Search Problem (Search is not working)

Hello,  I m using Alfresco Community 5.2 version. My search button and advance search is not working while searching site or documents, nothing comes when I searched a site or document. But it is only working for people. How can I do in this issue ?P...

How to get db.properties values from outside(dynamically) ?

This is my db.properties file.db=oraclejdbc.driver=oracle.jdbc.driver.OracleDriverjdbc.url=jdbcracle:thin:@oracle:1521:XEjdbc.username=ACTIVITIjdbc.password=ACTIVITIIs there a way to get these db.properties values dynamically ? For example, host may ...

delimaniac by Champ in-the-making
  • 3012 Views
  • 1 replies
  • 0 kudos

Resolved! Failed to serialize to a RestVariable instance

I'm trying to save a new variable to my process via REST API, but when I run the POST, the console shows me the following error:response.body({"message":"Bad request","exception":"Failed to serialize to a RestVariable instance"})MY CODEtring name = "...

Resolved! Updating document properties once the folder is updated

Dear All,In our test case, we got the following demandocuments are stored in specific folders.Most of the document custom properties are managed on folder level in order to limit the update to be done by the user. Bascially we write the custom proper...

zputnoky by Star Contributor
  • 8482 Views
  • 4 replies
  • 3 kudos

AAAR : Empty reports

Hello, I use the following tools: - Alfresco CE 5.2 with AAAR Amp CE: 4.5 - Pentaho 7.0 with AAAR 4.5 When I run Extract.bat & Publish.bat, I get the result below and almost all reports are empty.Please find attached the Extract.bat log.Can you help ...

nourmail by Champ on-the-rise
  • 2609 Views
  • 1 replies
  • 0 kudos

how to include js scripts in freemarker templates

I want to include select2 in a .ftl file. Things I 've tried so far, but don't seem to work:-add the below lines in the ftl file:<@markup id="js">   <@script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"/>   <@script src="htt...

hackerkok by Champ on-the-rise
  • 20782 Views
  • 2 replies
  • 0 kudos

Can't create custom form property

Dear all!I want to create a custom form property, and i viewd post: http://www.jorambarrez.be/blog/2013/03/13/creating-a-new-form-property-in-activiti/ but i can't find activiti.cfg.xml and i can't create a custom field. When runing Activiti - Webapp...

hungnt by Champ in-the-making
  • 3750 Views
  • 1 replies
  • 1 kudos

Role of "READ_ONLY" transactions vs no transaction

As a general practice, when developing Webscripts that only read data:should should you specify "READ_ONLY" transactions in the webscript's configuration, or should you specify no transactions required?  Is it safe to attempt to read data from a "nod...

How can I create a hello world dashlet

I'm new in Alfresco. I need to personalize Share and the first way that came to my mind was creating dashlets for a site previously created. But even the simplest dashlet in docs(not very clear by the way) seems to be complicated for me right now. I ...