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
  • 1761 Views
  • 1 replies
  • 0 kudos

adf-version-list component event

Hello, I want to perform some action on restore event of adf-version-list component. I have used that component like this.took reference from https://www.alfresco.com/abn/adf/docs/content-services/components/version-list.component/but unable to call ...

Alfresco 5.2 CIFS AD integration problem

Hi All!I have a RHEL7 server with Alfresco 5.2. The web gui work well with Windows 2016 AD users. But CIFS isn't working with AD users. CIFS is working with admin (local) user.I need for two funcionality. Web gui, and CIFS with AD authentication.Does...

torigabor by Champ in-the-making
  • 13178 Views
  • 9 replies
  • 0 kudos

listar y crear archivos en sub-carpetas

Hola soy nuevo en alfresco y tebgo que hacer un script el cual pueda listar todos los archivos con sus propoedades con un .txt en cada una de las subcarpetas el problema esta en que no puedo heredar la regla, por lo tanto se debe hacer con script y n...

nemi by Champ in-the-making
  • 4238 Views
  • 1 replies
  • 0 kudos

Resolved! Is APS Workspace available as part of the Trial?

Hi,I've get a 30 days trial license and installed APS succesfully in an EC2 machine in AWS using the AMI; all fine here. Now I want to try APS Workspace but seems that it is not installed by default. Where can I get the WAR file to install it? In the...

Error install alfresco social login

Hi,See the error when installing alfresco social login.I ran the command:mvn clean install alfresco: runI followed the documentation on the site below:https://github.com/FlexSolution/SocialLogin[INFO] --- maven-compiler-plugin:3.1:compile (default-co...

jbrasil by Confirmed Champ
  • 6095 Views
  • 3 replies
  • 0 kudos

Resolved! Create a node and post new file to external service

I am developing a custom AIO extension (SDK 3.0.1, Alfresco Community 5.2) that handles Node when it is being created based on Policy Component Bahaviour:policyComponent.bindClassBehaviour( NodeServicePolicies.OnCreateNodePolicy.QNAME, ...

trmmnt by Champ on-the-rise
  • 15530 Views
  • 4 replies
  • 4 kudos

How to make ADF Data table in edit mode ?

when i am clicking on assignee column . not editing textadf-datatable  [data]="tableData" data-columns    data-column key="assignee" [editable]="true" title="Assgine"mat-form-field class="example-full-width"input matInput placeholder="assignee" [(ngM...

dharmraj by Confirmed Champ
  • 3188 Views
  • 0 replies
  • 0 kudos

Social Login (LinkedIn, oauth2)

This addon allows users to sign up and sign in to Alfresco by using the social account. Right now only LinkedIn authentication is supported, but we are going to enhance it to add the ability to log in to Alfresco by using facebook, twitter and google...

alfresco by Elite Collaborator
  • 5207 Views
  • 1 replies
  • 0 kudos

Alfresco Render 1mb Problem in Docker Deployment

We are using following versionsACS 6.2ACA 1.9PDf renderer 2.1.0We have problem while viewing the dcoments in Alfresco. If file is greater than 1mb, View show it as an image and ony shows the first page of it.Steps to produce process:1) Upload a docum...

cse102 by Champ on-the-rise
  • 7698 Views
  • 4 replies
  • 0 kudos

Resolved! Is it possible notify another app when data changed?

Hi, I have two apps in spring boot, one is activiti engine and next is app for aggregating tasks. In second app I´m storing tasks by calling my custom rest /loadTask. Is it possible that activiti app notify second app so i could load new state of tas...

Resolved! Alfresco 5.2 -> Solr 6 Model Tracking Failed

Hi,I am using alfresco 5.2.3 enterprise with solr6 search services, When tried re indexing by deleting the folders under solrhome , alfrescoModels, and we even deleted _DEFAULT_ folder under contentstore.After restart, the indexes are not getting cre...

Resolved! How to run Alfresco Search Services(solr6) on Windows?

I have only done it on Linux by running this command to create the cores ./solr/bin/solr start -a "-Dcreate.alfresco.defaults=alfresco,archive"I can start the server successfully on windows with solr.cmd start command. However when I try to create th...

phivuu-2 by Confirmed Champ
  • 5489 Views
  • 1 replies
  • 1 kudos

Resolved! How to retrieve historical form property names, via REST ?

Hello,My use case is simple and I am really close to be able to implement it.startEvent -> task1 -> task2 -> endEventI want my app users to fill forms at every task and be able, afterwards, to let them consult what form they have filled in the past.I...

ppcchh by Confirmed Champ
  • 8605 Views
  • 4 replies
  • 1 kudos

How to get User details based on userId ?

there is any way to get any user based on  user id in ADF. Or in java levelthis.peopleProcessService.getWorkflowUsers('', filter) its working for name and email. But its not working for idor In Java this.userService.findUser(id)this.identityService.c...

dharmraj by Confirmed Champ
  • 6936 Views
  • 3 replies
  • 0 kudos

Activiti form properties get name

Hi,example: i have task with form, form is submitted and in next task is created variable:{"name": "numberOfDays","type": "long","value": 5,"scope": "local"}but i need text for label from form - "Number of days"how can i get it