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

Activiti vs Alfresco community edition

Hi, I have downloaded Alfresco community edition only. I have some specific requirements related to workflow. What benefit will i get if i download Activiti as well? Or, its already embedded in Alfresco Community edition? 

mansa by Champ in-the-making
  • 8617 Views
  • 3 replies
  • 2 kudos

alfresco源码如何部署,请求指导

安照以下步骤:# 1. alfresco-sdk下载git clone https://github.com/Alfresco/alfresco-sdk.git# 2. 构建,要跳过test,test中会有连接配置中数据库等操作,之后我们再说改配置文件的问题,这里跳过cd alfresco-sdkmvn clean install -Dmaven.test.skip=true# 3. 生成扩展项目mvn archetype:generate -DarchetypeCatalog=local# 4...

honghai by Champ in-the-making
  • 2857 Views
  • 0 replies
  • 0 kudos

Images in HTML rendition are missing

I have uploaded word document files and created their HTML rendition by executing the script. When I retrieve the content of the rendition by call REST I get the HTML file in which src for image element has value like this target_13312113541328884284...

rohit9637 by Star Contributor
  • 2370 Views
  • 0 replies
  • 0 kudos

Workflows I have started(completed) page is not opening

Hello everyone,I am working on the workflow by trial and error method to fulfill our requirement. Suddenly workflow list page is not opening and giving error as below. I have even removed documents on which I was starting the workflow for testing pur...

Resolved! Problems copying a document to several userHome

I have a document with a custom type.One of those properties allow for the userNames of several users separated by space.A script reads these userNames and copy the document to the relevant userHome space.It works fine if I have only one user.When I ...

nimbus1958 by Confirmed Champ
  • 10739 Views
  • 7 replies
  • 0 kudos

Suspending a user task ,and reviving it later

In my process definition, there is a user task A. On its completion an other user task B is triggered. But this is normal flow. It may happen that user working on A needs additional information. So he/she need sot suspend it and starts working on ano...

mghildiya by Champ in-the-making
  • 2412 Views
  • 0 replies
  • 0 kudos

Alfresco Share login - nothing happens

I have just installed the Alfresco Community Edition using the distribution zip, and now I can login to the Alfresco admin console, but cannot login to the Share, after I clicked the "Sign In" button, the page got refreshed but no error message.Any h...

chen by Champ in-the-making
  • 4666 Views
  • 2 replies
  • 0 kudos

Adding custom form outcome buttons

I've spent some time searching for a good answer, but I cannot seem to find any instructions, maybe I am searching with the wrong queries, idk. If this question has been asked before, I'd gladly be pointed in the right direction.Anyways.1. I have cus...

henrikr by Confirmed Champ
  • 4872 Views
  • 1 replies
  • 0 kudos

LDAP Sync with custom info

Hello All,We have installed APS 1.9.0.3 and configured with LDAP (Active Directory). All users and groups and sync succcesully.However we want to sync some custom information like "Office" and "Telephone Number"Is it possible to do that with some cus...

Disable activity feeds on dashboard

Hi All,I need to disable activity feeds populating on user/site dashboard for few user's for a particular site. I have tried using activity user feed control webscripts (POST /alfresco/s/api/activities/feed/control?format=json) and its different vari...

gurpreet by Champ in-the-making
  • 3561 Views
  • 0 replies
  • 1 kudos

Resolved! Alfresco Office Services returns 127.0.0.1 in URL

When I try to edit the document in MS Word (clicking the "Edit in Microsoft Office" link) the URL of the document contains 127.0.0.1 isntead of the real host, so MS Word cannot open the document.It is a vanilla Alfresco Community v5.2.0 installation....

Resolved! How to get tags of my document

I want to get the Tags of my document (in javascript) so that i can execute a script:example: If my document is tagged "test" execute the rest of my script .I know it is possible via the rules of the folder, but i want it via javascript like the case...

imanez1 by Confirmed Champ
  • 8851 Views
  • 3 replies
  • 0 kudos

Workflow history in pdf file

Hi everyone,I'd like to know if there is a way to "print" the a workflow history in a pdf file and send the file in an email. For example, in the last task of a workflow, if all the tasks are approved it would be nice if I can send the workflow's his...

livier by Confirmed Champ
  • 6229 Views
  • 3 replies
  • 0 kudos

Postgres 10 Select From = No Data

Hi,I'm tryign to query the postgres database from command line using psql.  I can connect into the database without problem and list tables.  However, when I try and select from a table, no data is returned.My site works fine so why can I not see any...

spacesnail by Champ on-the-rise
  • 2576 Views
  • 0 replies
  • 0 kudos

Alfresco share localization

Hi All,Can anyone please guide me on how to create a content model with labels in different languages. Currently I want to display the language in English, French and Dutch. I have created the model with properties _fr & _nl, but after changing the b...