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

How to set datetime property value from javascript

Hi everyone,I am having two properties having d:datetime type. I want to set values to those properties from workflow. One property will be coming from datepicker (d:datetime property in the workflow model) from the workflow form and other I am takin...

API REST - Core Api - Alfresco 5.2 Crear Documento

Muy buenos dias a todos. Disculpen las molestias, necesitaría saber si alguien me puede ayudar con el siguiente tema:      Mediante la api de Alfresco (Api Rest 5.2f) estoy queriendo cargar documentos en el repositorio. La idea seria subirlos y asign...

AOS network drive mapping on SSL

Hello All,Please help me in configuring network drive using aos .I install fresh copy of alfresco and try to mapped network drive using aos It running successfully.But when I configured SSL on alfresco, I m not able mapped as network driveI use below...

mohitrth26 by Champ on-the-rise
  • 2766 Views
  • 0 replies
  • 0 kudos

SlingshotUserFactory cannot be resolved

I am following Jeff Potts example of adding an aspect to the person object and following his tutorial https://ecmarchitect.com/archives/2012/02/27/1555.However, looks like in Alfresco 5.0 onwards, the java classes are stored in jar files and these cl...

Failed to convert value false to DATETIME

Here is the error log. I am confused why I am getting  this error. ERROR [org.alfresco.opencmis.dictionary.AbstractTypeDefinitionWrapper] [localhost-startStop-1] Failed to convert value false to DATETIMEorg.alfresco.error.AlfrescoRuntimeException: 04...

Different file upload behavior for WebDAV and AOS

I'm experiencing different behaviors from the WebDAV and AOS protocols when trying to upload a file to Alfresco Community 6.1.2 (having the alfresco-aos-module-1.2.2.amp and the _vti_bin.war installed). When uploading a file using the HTTP PUT verb e...

kring by Champ in-the-making
  • 3396 Views
  • 0 replies
  • 0 kudos

Resolved! Assign workflow to a group

Hello,I want to create a custom workflow in order to review a document by a group that contains two users, those two users should be able to review the document in parallel. How can i do that?All I have done is review a document by one user ( see att...

imanez1 by Confirmed Champ
  • 6179 Views
  • 2 replies
  • 0 kudos

Auto-fill Date in Activiti App

I am new to Alfresco and I am working with Alfresco Process Services (powered by Activiti) v1.9.0. I have a user task which refers to a form and in that form I have a Date field (Approval Date as shown in the image below). I want to auto-fill this da...

Problem with Keycloak in Activiti Cloud Example

Hi all,   I follow the Getting Start in https://activiti.gitbook.io/activiti-7-developers-guide, in which I run the example on Google Cloud GKE. Everything works fine per the guide. Then, I am trying to federate users from my Active Directory to the ...

ddtien66 by Champ on-the-rise
  • 4569 Views
  • 1 replies
  • 0 kudos

ADF & ACS clustering

Has anyone experience with ADF on an ACS cluster? We are considering a cluster (2 ACS instances) for redundancy with NetScaler as Traffic shaper/Load balancer.

Workflows Question

How can I execute a java code once a workflow is started ?ExecutionListener is the solution ?Any Examples ?

Connect Alfresco fresh install to restored MySQL DB

Is it possible to have a functioning freshly installed Alfresco 5.2 with a cold backup/restore of a MySQL DB? The fresh installation connects successfully, but throws errors. Is there a way to import whatever it is missing, from the database? Thank y...

prasadcm by Champ in-the-making
  • 2094 Views
  • 0 replies
  • 0 kudos

Folders Permissions

I created a folder in the companyHome, i can add some content from a java code only when the admin is authenticated.I tried to give allUsers ADMINISTRATOR_AUTHORITY using  PermissionService, but i get this error always when I run it.Caused by: java.l...

Set up a session with alfresco using a password hash

Good day.I am developing a Java application that uses OpenCMIS to communicate with the Alfresco repository. Is it possible to set up a session with the Alfresco repository using a password hash? For example,parameter.put (SessionParameter.USER, userN...

Extending ADF components

I try to extend the upload button component of ADF. However, if I generate an example project with Yeoman, all provided ADF-components in node_modules are either JavaScript or declare classes (which cannot be extended as far as I know). However, the ...

onkovic by Confirmed Champ
  • 5329 Views
  • 2 replies
  • 5 kudos

ADF and enterprise SAML SSO connector for ACS

Hello,I am wondering if there are known technics to use ADF with the enterprise SAML SSO connector (https://docs.alfresco.com/saml/concepts/saml-overview.html), especially the authentication part. We are currently using Alfresco 5.2.3, with a lot of ...