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
  • 1153 Views
  • 1 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
  • 5890 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
  • 2993 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
  • 8430 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
  • 2576 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
  • 20688 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
  • 3703 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 ...

Resolved! How do I activate a custom model using API?

I uploaded a model ZIP to http://localhost:8080/alfresco/s/api/cmm/upload. Now, i'dd like to also activate this model using API request. Can't find this in documentation, does anyone know how to do this?

Set WorkFlow "Required Approve Percent" in java

Hello,Can anybody tell me how to set the "Required Approve Percent" variable in java when programmatically create a Workflow?I can't find it in WorkflowModel. I only found the PROP_PERCENT_COMPLETE which is the percent complete and not the required p...

jamilnour by Star Contributor
  • 5649 Views
  • 5 replies
  • 0 kudos

Resolved! <@script> vs <script> in a foo.get.html.ftl

My project needs to use a moderately large (1.5MB) JavaScript library in both our login page, and in our regular pages once you've logged in.  When we've "naively" referenced this file from both places, its causing it to get downloaded twice.  Once i...

How to block user after unsuccessful login attempt?

Hi AllI am beginner and i am using Alfresco 5.0 d version. I want to implemented the functionality to block the user after n-number of invalid login attempts and then send the email to administrator. I know, there are some threads similar to this but...