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: History of Alfresco VersionsHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unofficial experiments by Alfresco develop...

ttoine by Community Manager
  • 1925 Views
  • 1 replies
  • 0 kudos

Resolved! ADF SearchService

I've setup an ADF client app, and have it proxied to my ecm host. I see folders and files from my ecm host within the default document list component. Now I've written a custom search component using the ADF SearchService, when it posts my search it ...

Resolved! How to install module to dockerized Alfresco installation?

I'm new to docker. Please, help to figure out how to install a module (OnlyOffice integration) to dockerized installation of Alfresco.I've installed Alfresco using docker-compose.yml (attached):Now I have 4 containers:a62fa579f38c   alfresco/alfresco...

googlom by Champ in-the-making
  • 24194 Views
  • 12 replies
  • 8 kudos

Deprecated Share components in 6.0

From reading the release notes, I understand that some Share UI components are deprecated.  My question is whether the REST API to these features, for example Site discussions, will also be deprecated.  My applications depends on the API for some fun...

cszamudio by Champ on-the-rise
  • 5069 Views
  • 2 replies
  • 1 kudos

Resolved! Actions from "Selected items" menu

I created a repo action that closes the workflow task and sets the appropriate transition. This allows users to approve / reject documents directly when viewing the list (something like a simple workflow but works for any custom workflow). I would li...

Resolved! LDAP synchronization alfrescoUserStore

Hi.I imported users from Active Directory using ldap-ad configuration file (alfresco 5.2 documentation).Users are in the workspace://SpacesStore repository but they aren't in the user://alfrescoUserStore repository.When I import from ldap, it is poss...

donpad by Champ on-the-rise
  • 5832 Views
  • 2 replies
  • 0 kudos

Alf_audit_entry and alf_activity_feed limit

Hi,I want to know what is the max number of registers that the alf_audit_entry table and the alf_activity_feed table can have by default and if there is a way to change this limit.Thanks in advance!

joseph by Confirmed Champ
  • 6216 Views
  • 3 replies
  • 0 kudos

FOLDER PERMISSIONS ON SITE

Is it possible to restrict site memebers from creating a folder in a site but allow them to only create a file.Thanks

vanson by Champ on-the-rise
  • 4476 Views
  • 2 replies
  • 0 kudos

How use PageLink to call a Action Backend

I everyone, i just put myself in the world of customize page and template of Alfresco Share, i have succeded to call a backend action with a PageLink extensions but for some reason i can't retrieve a correct form.In the following case i'm tring to ad...

Workflow Failed due to could not complet action

Hi,We are getting below error while complete task in workflowtask not found in act_ru_task table nut it is there in table.can anybody suggest me or give some solution to resolve it?org.activiti.engine.ActivitiObjectNotFoundException: Cannot find task...

Alflytics

Am unable to view reports on Alfresco Users. For example ( report on audit per user, active users) are not showing but the other reports work fine

vanson by Champ on-the-rise
  • 9528 Views
  • 8 replies
  • 0 kudos

Community Edition Form and Workflows

Hello, I am using Alfresco community edition 6.0 in a docker container. I would like to establish a way that a user could log onto alfresco navigate to their site click on a like that brings them to a form page to fill out something like a travel req...

goutern by Champ in-the-making
  • 3961 Views
  • 1 replies
  • 0 kudos

Activity 6.0 - Deploy in activity-admin

Hi there, i'm testing activity 6.0 and i'm trying to upload a process build in eclipse (.bar) manually through the activity-admin console but always says that cannot upload the file.Is possible to upload processes directly in activity-admin right?

How to throw a BpmnError in script task using groovy?

Hi,I have a process model with a simple start event -> User Task (get 2 inputs) -> Script Task (Validate inputs & and throw exception) -> end task. The script task is to divide the inputs, input1/input2. Say if input2 is 0, rather than getting an div...