Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to properly handle a hasMany-association for a document?

Hey,I have following use-case: There are invoice-documents (PDF, TXT, XML) holding a hasMany-association to invoice-records.An invoice-record consists of several properties. I.e. reference-number, amount, unit, status, etc... What is the best (right)...

wuarmin by Confirmed Champ
  • 1606 Views
  • 2 replies
  • 1 kudos

Script triggered by rule can't iterate over folder

Hi,I made a script in javascript saved in Alfresco Share in the repository.The goal of this script is to iterate over the folder (linked to rule of triggering this script) and to log all the documents in this folder.The code of this script:function c...

Romanesco by Champ in-the-making
  • 1290 Views
  • 1 replies
  • 0 kudos

Configuration of Advanced Search in share

Hello,I would like to configure Advanced Search in share app (in share-config-custom.xml). I have some problems I can't solve. In our alfresco we have several custom types and aspects defined in amp files and also over Model Manager in share.Types an...

image
del007 by Confirmed Champ
  • 1583 Views
  • 1 replies
  • 0 kudos

ACS Installation using Ansible

Good Afternoon - hopefully not a ridiculous question or one that has been answered elsewhere .I had great success installing Alfresco using the GitHub project which provides an Ansible playbook capable of deploying Alfresco Content Services (ACS).  T...

Oscript by Champ in-the-making
  • 1241 Views
  • 0 replies
  • 0 kudos

Integrate Alfresco Community with Keycloak

Hi, my company intends to deploy Keycloak as a central IAM server for all in-house apps. If any one know how to integrate Keycloak with Alfresco Community (we are using 201707 version), please share your advice. Many thanks in advance.  More technica...

ddtien66 by Champ on-the-rise
  • 5302 Views
  • 2 replies
  • 1 kudos

Docker version : Convert DOC/DOCX to PDF in java

Hello,I would like to convert docx document in pdf in java. I found this part of code :// Construit l'URL pour appeler le service de transformation String url = "http://localhost:8090/api/transformation/node/" + documentNodeRef.getId() + "/transfo...

image