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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco Labs

ttoine by Community Manager
  • 527 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...

Resolved! Override property of a subtype

Hi every one and happy new year.I'd like to know if there's a way to override properties in subtypes.For example, here is my type :<type name="myCM:entreprise">            <title>Documents Entreprises</title>            <parent>myCM:doc</parent>     ...

livier by Confirmed Champ
  • 7392 Views
  • 4 replies
  • 0 kudos

Alfresco(EE) ACS installation using Docker

Hi,I'm trying to install Alfresco EE ACS 6.1. I'm getting issues with JMS and Active MQ though ActiveMQ is running in my server. For now I don't want ActiveMQ configurations, so how can I proceed with my installation without ActiveMQ. I'm using docke...

suryavijj by Champ in-the-making
  • 2265 Views
  • 0 replies
  • 0 kudos

How do I create a workflow that involves this process.

Hello guys I'd really appreciate if you can help me with this one, how do I create a workflow that involves this process. Do I need a script? another program or addon?1. "Receiving employee"  creates the document or accepts documents outside the offi...

g0dmenuelz by Champ in-the-making
  • 5318 Views
  • 1 replies
  • 0 kudos

Start a new Instance via REST using process-instances

Hi all. I am new to the forum. I have a question about the json structure when starting a new instance of an process using the REST API. It states you send in the instance variables using a name / value pair. But you are not able to change the name p...

jaco1 by Confirmed Champ
  • 4282 Views
  • 2 replies
  • 0 kudos

How to get a site's notice text?

Hi,I am writing a page that can collect sites' notice text in one page. I don't know how to get them through the REST API. can you please show me an example?Thank you.

chsun by Confirmed Champ
  • 2075 Views
  • 0 replies
  • 0 kudos

First Connexion

How to apply some actions on first connexion.for example, I want to create a folder once the admin is connected.

Variable Usage in the Kickstart Web App

I am using Activiti 6 and the Webapp provided by activiti-app.warI have a simple BPMN diagram consisting of two user tasks with attached forms. The form of the first user task consists of a text field that has to be filled. Now i want to display the ...

tizuck by Champ in-the-making
  • 4336 Views
  • 2 replies
  • 0 kudos

Can I use two datasource for Activiti in a Spring Boot app?

Now I have two database called db1 and db2,which both have the save process flow diagram.I want to execute the activiti process according according the parameter. For example,if I pass the para which value is 1,I want to execute the activiti process ...

whoamiwho by Champ in-the-making
  • 2512 Views
  • 0 replies
  • 0 kudos

about using Connectors in the designer of 7.0.0.SR1

Hello, I deployed version 7.0.0.SR1 locally. I found Connectors management in the activiti-modeling-app page, but I don't know how to use it. Runtime integration I found a way in the article, but I didn't find an article about using Connectors in the...

cyldab by Champ in-the-making
  • 2505 Views
  • 0 replies
  • 0 kudos

Sites

Is there a way to find out if  a site has been created or deleted ?I tried the onCreateNode behaviour, but it seems there are multiple nodes created once you create a site.So the behaviour get called multiple times.

How to check if imagemagick works?

I do not see image ( png ) preview in in the Document Library.I see properly the preview of PDF and DOC### External executable locations ###ooo.exe=E:/alfresco-community/libreoffice/App/libreoffice/program/soffice.exeooo.enabled=trueooo.port=9100img....

andchi by Champ in-the-making
  • 5019 Views
  • 1 replies
  • 0 kudos

Resolved! Add an aspect to large number of nodes

Hello,I have a little issue I don't know how to tackle properly and concerns performance.I need to process ~200k documents that are missing an aspect. First, I identified these documents with a mysql query to evaluate how many there are. These nodes ...

kuliado by Champ on-the-rise
  • 13908 Views
  • 10 replies
  • 2 kudos

Customize site-activities dashlet on alfresco share page

Hi everyone,I want to know if it is possible to configure all my activities dashlet on alfresco share page of my web application. On the default dashlet "My Activities"I'm french so it's normal ahaa My true question is, i got already information for ...

nassjalal by Champ in-the-making
  • 2610 Views
  • 0 replies
  • 0 kudos

Javascript - How to find the user name based on full name?

Hello,It may seems trivial but I cannot find the info!Using the javascript API, I am lost!Finding the full name based on user name in no problem but somehow, I cannot find a user name from the full name!Thanking you in advance,Pablo!I am using Alfres...

nimbus1958 by Confirmed Champ
  • 12556 Views
  • 9 replies
  • 0 kudos

Workflow Form : Referenced Dropdown in Workflow Form

Hello everyone,I want to show two dropdowns in workflow form in which second dropdown should be based on the first dropdown value. Let's say first dropdown is having country names, based on the selected country names second dropdown should have selec...