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 Labs

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

Resolved! Debugging a custom javascript controller

Hi everybody,Can anyone help me to get started with javascript debugging?Lets assume I have completed all the steps from the following documentation: Customizing a Surf JavaScript Widget in the Document Library | Alfresco Documentation I'm able to de...

olylak by Champ on-the-rise
  • 7680 Views
  • 3 replies
  • 1 kudos

How to modify the creation date ?

Hello everyone:I moved the contents of one repository to another, all right ... but the creation date was modified. I'm working with CMIS and it does not work when I try to change it because it's a read-only metadata, I found this piece of code that ...

jarkusk90 by Confirmed Champ
  • 6839 Views
  • 4 replies
  • 1 kudos

Resolved! How to get enum values?

Hi Team,I am using activiti in my spring application. I was set the  data type as 'enum'. Now i need set of values to display in java. Please let me know about this.Thanks

vamsinipun by Star Contributor
  • 5329 Views
  • 1 replies
  • 0 kudos

SSD drive size keeps increasing after deleting files

HelloI just downloaded Alfresco community edition & tried to upload some large files to a Repository via Alfresco Share UI.1. I uploaded 1GB file & then deleted it.2. Uploaded 4 more files & then deleted them3. Went to my profile->Trashcan & deleted ...

elcamino by Confirmed Champ
  • 4358 Views
  • 1 replies
  • 0 kudos

Help with "node does not exist" error

I am limping along with Alfresco Version :Community - v3.3.0 (g 2860).  I am just a user with admin privileges, not a developer or an administrator on the server.  I could use some advice on how to proceed to resolve an issue.  (fyi, I have done my d...

mislanpf by Champ in-the-making
  • 4605 Views
  • 1 replies
  • 0 kudos

Resolved! Controlling user access to shared files

I'm working with a version of Alfresco Community that has been customized by an external vendor.  I can create a regular user with no group membership in the UI and that user can collaborate and contribute to a site without any issues.  When I go to ...

Is there a more easy way to upgrade Alfresco?

Hi,I've deployed Alfresco nearly a year ago (Version 201704) for my private use. That took me 2-3 days, mostly reading how that works and configuring an OCR server for it.Normally I keep my software up-to-date, but I was always afraid of doing an upg...

jacotec by Champ in-the-making
  • 2882 Views
  • 1 replies
  • 0 kudos

What is the base url for the Alfresco REST API?

Im making the Alfresco REST API, i can find the endpoints etc like:/org/alfresco/repository.But i cant find the base url(host) anywhere?, am i just searching wrong or did i miss something? Thanks for reading.

Recently, Alfresco posted about Alfresco 6.0 updates including containerization support using Docker with Kubernetes and Helm as a new installation/deployment direction. Does anyone know if there is an Early Access program for this?

I notice there is a basic github project for an Alfresco Chart for Helm (GitHub - Alfresco/charts: Source repository for Alfresco Kubernetes Charts. Please use http://kubernetes-charts.alfresco… ), but it doesn't really have much in it yet.

External groups and REST API

My APS instance is configured to get groups from an LDAP.I am using the REST API to start process instances and assign tasks to groups.I found out that I cannot use the group name in the posted json: I have to specify the "group id".Because the proce...

Not able to Login during LDAP AD Integration

Hi,I've used the below code for the LDAP AD Integration. Problem which I'm facing is: I'm not able to login, it is showing "Unable to Connect" when I click on Login button. I mentioned the LDAP URL in the below code.Please, tell where I'm supposed to...

Resolved! How to disable Subscription Service in Community Edition

I'm looking to disable all outbound mail from Alfresco.  Currently, I can disable the activities feed and site invites using the following lines in the alfresco-global.properties:notification.email.siteinvite: falseactivities.feed.notifier.enabled: f...

Redirect to task details on click of app

‌I have process with 2 tasks namely t1 and t2. I have a case to start a process on clicking the app and redirect it to task details page. For this I have written code to start the process on click of app now it is started and i want to redirect it to...

How to integrate activiti in Grails 2.4.4

Dear team,I am implementing activiti in grails 2.4.4 version.I am new to this implementing activit in grails framework.i am added these plugins in BuildConfig.groovycompile ":activiti:5.12.1" compile ":activiti-spring-security:0.5.0"but i am getting ...

adf-viewer - [overlayMode]

Hi,I try to show pdf content in modal :  <div class="col-md-6">    <adf-viewer      [fileNodeId]="docNodeId"      [showViewer]="true"      [overlayMode]="false"      [showToolbar]="true">    </adf-viewer>  </div></div>If i set overlayMode to "true" i...

How to get people list with filter in java

Hi,i get patient lastname and firstname as parametersI need to retrieve the people list by using these parameters as fliters.I don't know what is the best way to do that in java.I have found this javascript function used in my project but it's in jav...