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, Community ...

ttoine by Community Manager
  • 709 Views
  • 0 replies
  • 0 kudos

Searching on Data Table component

Our requirement is to implement a search functionality for the data-table.  Typing in some text on search-box should apply the filter with two-way binding and refresh data-table based on search-text.  How can I implement a filter functionality that I...

sdandey by Champ in-the-making
  • 4709 Views
  • 2 replies
  • 0 kudos

integrate alfresco to existing java application

I have an application for customer/contract/product management developped by angularJS/Rest ws/Spring/ hibernate and postrgreSql, this app is called ERM Now I need to integrate doc management related to contracts and products The differents operation...

ayoub by Champ in-the-making
  • 7439 Views
  • 4 replies
  • 1 kudos

customize RSS dashlet with options to hide fields?

I wish to add checkboxes to the config of the RSS dashlet. The checkboxes value will determine if an RSS item's title, description etc should be shown or hidden.I have added my own checkbox in the file 'config-feed.get.html.ftl'.I have found the file...

phivuu-2 by Confirmed Champ
  • 3296 Views
  • 1 replies
  • 0 kudos

Create a custom site

Hi I'm new to alfresco and I wanted to know how I can create a custom site. Currently I am using my Alfresco SDK 3.0. At the moment from what I have researched I know that I need to have a custom-site.xml within my directory: vanilla-alfresco/vanilla...

artemas by Champ on-the-rise
  • 13594 Views
  • 11 replies
  • 3 kudos

ADF: building a process management app

Hi,I ve tried this tuto, but i am getting no Apps when dealing with "Implementing the Process Apps List page".I am working with Alfresco 5.2 and activiti 6 ( activiti-app.war)I am having:11:42:31,049 [http-nio-9090-exec-4] WARN  org.springframework.w...

inaam by Confirmed Champ
  • 5927 Views
  • 3 replies
  • 1 kudos

ADF 2.0: APS

Hi, I am new with ADF. I installed alfresco 5.2 and activiti 6.I generated a process management application ( https://community.alfresco.com/community/application-development-framework/blog/2018/01/25/building-a-process-management-app-with-adf-2001 )...

inaam by Confirmed Champ
  • 6768 Views
  • 4 replies
  • 1 kudos

Timer start event not working

Hi,I am using activiti in my spring application and i would like to use timer start event for every minute. I designed the bpmn file and deployed. but it isn't working to trigger the business logic.source code:<?xml version="1.0" encoding="UTF-8"?><d...

vamsinipun by Star Contributor
  • 7224 Views
  • 3 replies
  • 0 kudos

Resolved! NullPointerException while executing async service tasks

I am trying to execute following process:[XML] <definitions xmlns="http://www.omg.org/s - Pastebin.com and all of those service tasks are being finished, but at the end the main process crashes with following exception:2:17:10,644 ERROR [org.activiti...

moskalap by Champ in-the-making
  • 5873 Views
  • 1 replies
  • 1 kudos

web activiti modeler integration in angular 2

I need to integrate the activiti web modeler to my custom angular 2 web Application . Modeler should perform following use cases .1. should be able to create  a process definition and generate  a XML from it .2. should be able to extend pallet in cus...

Activiti 6 Modeler integration

Hi everyone :    I am trying to integrate Activiti Modeler of  Activiti 6 to another project.  All the help I found is about Activiti 5.x, moving Modeler from activit-explorer to other framework like spring boot. But the file structure seems changed ...

ycl by Champ in-the-making
  • 4843 Views
  • 1 replies
  • 0 kudos

NullPointerException while running async tasks

Hi,All of my tasks are async but while running I get this error and execution stops for a while and then starts again.I don't want this to happen.Also I am facing alot of issues while debugging my code because of this error.How can I solve this?2018-...

adi123 by Champ in-the-making
  • 4602 Views
  • 2 replies
  • 0 kudos

about version

HiHow to make the version of the file created in the Alfresco repository a decimal version that automatically becomes an integer version after the approval workflow is completed?

805654685 by Champ in-the-making
  • 4782 Views
  • 3 replies
  • 0 kudos

permission about document

HiHow can a document in a workflow prohibit the editing of a person other than submitting the document approval process, even if the other person already has edit permissions for this document?

805654685 by Champ in-the-making
  • 3279 Views
  • 1 replies
  • 0 kudos

IF a file in workflow, how to close the function of editor

HiIF a file in workflow, how to close the function of editor for this file except the person who submits the workflow even though another have the edit permissions, for instance, another is a role of editors or partners in Alfresco.

805654685 by Champ in-the-making
  • 4545 Views
  • 2 replies
  • 0 kudos

question of permission

HiIF someone have the read-only permission of a subfolder in repositories of Alfresco, how to access this folder without the read or write permission of the parent folder.

805654685 by Champ in-the-making
  • 5788 Views
  • 4 replies
  • 0 kudos

How to mount a CompanyHome/folder/subfolder with IMAP ?

HelloAfter installing alfresco there will be a default folder structure under repository. Now lets add a testfolder & a subfolderX. Question is, how to mount subfolderX ?Company Home/                         User Homes                         Sites  ...

elcamino by Confirmed Champ
  • 4446 Views
  • 2 replies
  • 0 kudos

Resolved! Transformation Service Not Working | Alfresco Port Change

We recently migrated to Alfresco 5.2 and Solr6. We have a restriction where Solr LBs need to be hosted on port 8080. So we swapped the ports of Alfresco and Solr on the server which hosts the Solr Service... So, Solr should run on 8080 and Alfresco o...

milochanzy by Confirmed Champ
  • 10865 Views
  • 5 replies
  • 0 kudos

Multiple StartEvent - multiple assignees

Hi,I use Eclipse with Activiti plugin.This is my use-case :The workflow starts with an incoming document. A first person (let's call him P1), member of group A , can select a person, (let's call him P2) member of group B to review document. P2 can ei...