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
  • 1752 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
  • 4650 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
  • 2259 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
  • 4846 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
  • 2716 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
  • 2684 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
  • 5391 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
  • 15339 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
  • 2857 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
  • 14044 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...

Wrong workflow link from preview page???

If some content belongs to a workflow, from preview page, on the right side section, there is a possibility to use an hyperlink to jump directly to the details page of the workflowBut if that hyperlink is clicked, I receive a 400 HTML error (bad requ...

Custom email template error

Hello All,I'm trying to send email using human task, in the human task for custom email template i have added the form variables but i'm getting following error ERROR freemarker.runtime - Error executing FreeMarker templateFreeMarker template error:T...

amruta_w by Star Collaborator
  • 3039 Views
  • 0 replies
  • 0 kudos

webscript from a button

I am trying to invoke a custom java backed webscript from a button I created in a custom widget js file.here is my code : var id=5var myButton = new AlfButton({ label: "Supprimer", onClick: function(){var url = Alfresco.constants.PROXY_URI + "test/de...