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

How do I allow a consumer to add comments?

I've been trying to update the default Consumer role to allow adding comments to content. I followed the steps at this community post:Consumer can add Comments It wasn't too clear. Here's what we added to our permissionDefinitions.xml file:<permissio...

vezance by Champ in-the-making
  • 4891 Views
  • 1 replies
  • 0 kudos

Alfresco community version aspect sorting

Hey everyone,Information: working with alfresco community Edition 5.2 on Windows ServerMy question : I create a model with properties and aspects . How are the aspects sorted? When I create in my test model 4 aspects ( they called x1 , x2 ,x3 , x4  )...

user_t by Champ in-the-making
  • 5844 Views
  • 2 replies
  • 1 kudos

Passing nodeRef to APS from ACS

I need to pass the nodeRef of the file as an input to the process. This process is deployed in APS. I am using share connector to trigger this process. Now I am able to pass the document and the name(by specifying {name} in start process options) of ...

hari by Star Contributor
  • 3957 Views
  • 1 replies
  • 0 kudos

Alfresco 3.4 : SETTING UP A SCHEDULER THAT RUNS JS SCRIPT

Hello,I'm trying to set up a scheduled action that executes a js script periodically, here is the scheduler :<bean id="runSplitterScriptAction" class="org.alfresco.repo.action.scheduled.SimpleTemplateActionDefinition"><property name="actionName"><val...

rennajihi by Champ in-the-making
  • 3881 Views
  • 1 replies
  • 0 kudos

Resolved! How to separate model from workflow

Hi,I have created workflow which contains model. But I think that model have to be separated from workflow because of reusing. Model then could be deployed separately and used by different workflows on different environments.So I have created new pro...

pnature by Star Contributor
  • 9707 Views
  • 5 replies
  • 1 kudos

Hello,

I'm trying to integrate Alfresco Community Edition with MS SQL server 2014 but without hope.I configured it correctly with Other Databases Like MYSQL.I knew that Integration with MS SQL server is supported only with The Enterprise edition and i succe...

muhamed by Champ in-the-making
  • 3388 Views
  • 1 replies
  • 0 kudos

Need help with ADF

I tried to get ADF working locally. I get the following error:I went through the installation instructions. I have not enabled APS. Not sure where I went wrong. Any pointers? Thanks in advance.

ramprasad by Champ in-the-making
  • 15256 Views
  • 24 replies
  • 0 kudos

Solr4 can not worked on Alfresco tenant

I Have configured an alfresco on one tomcat and solr on one tomcat for searching documents and keep tracking of documents.When I logging with admin all documents will be searched, but when logging with tenant admin then the solr search would not work...

leviya by Champ in-the-making
  • 4272 Views
  • 2 replies
  • 0 kudos

How can i pass values to parameters of user tasks?

Hi Team,     I designed a simple process like as below. here we have two user tasks. each task has frame with some fields.          I am using this process in spring framework. i started the process by using runtimeService.startProcessInstanceByKey("...

vamsinipun by Star Contributor
  • 5919 Views
  • 2 replies
  • 0 kudos

Document Locked theme colour

Theme colours.Hi, I am trying to determine where to change the background colour for the "This document is locked...." message at the top of a document.  Currently it is Yellow when in list view, but light Grey when navigating to the document details...

hanscomps by Champ on-the-rise
  • 4111 Views
  • 1 replies
  • 1 kudos

Viewing path of tasks done by a process instance

Hello ,I have developed a workflow using eclipse plugin , and activiti java api to run / manage this workflow.Everything is going ok , however , im trying at the end of the process to print the path of tasks done by the process instance . Im using hi...