Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2731 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
  • 4430 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
  • 6381 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
  • 4539 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
  • 7041 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
  • 5742 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