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, Community ...

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

Creating folder rules via API

Hi folks, I'm working on a solution using Alfresco headlessly as an ECM.  So i have the core Alfresco services but no share service.My solution uses PDF renditions to view documents in a custom browser external to Alfresco, so depends on every docume...

ocox by Champ on-the-rise
  • 6917 Views
  • 4 replies
  • 2 kudos

Resolved! Alfresco documentation and Java API

Hello,is there any link to the old version of alfresco documentation and java api? I can't find anything in the new one (full reindex solr, mentioned API etc.).Thank you.

miroslav by Star Contributor
  • 4716 Views
  • 2 replies
  • 5 kudos

How to delete node through database

Hi, I would like to delete specific node throught metadata database (alf_node.id) because of inconsistencies. Pls, does anyone have experience with it? I looking for SQL command. Thank you!

miroslav by Star Contributor
  • 3188 Views
  • 1 replies
  • 0 kudos

Creating the REST API

Hello,I'am trying to use alfresco-repository github project where i need to get the tasks details list by providing the workflow instance ID without authority parameter in the URL.Please do help me with the solution...Thank you!

Tabu by Champ in-the-making
  • 4611 Views
  • 4 replies
  • 0 kudos

Resolved! Multiple passwords when logging in alfresco cause of AD

I have created a user ,in alfresco, with username employee1 and password also employee1. Then i have added some properties to alfresco-global.properties in order to sync users from AD. Then i created a user in AD with username: employee1 and password...

john2994 by Champ on-the-rise
  • 3620 Views
  • 1 replies
  • 0 kudos

Resolved! MyBatisSystemException during .parallel(). execution

Hi!After an upgrade Alfresco form version 5.2 to version 6.2 it became unstable: sometimes we got :org.mybatis.spring.MyBatisSystemException: nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflect...

iceja by Confirmed Champ
  • 8938 Views
  • 6 replies
  • 6 kudos

Auto Capture Assignee - When Assigned Task to Group

Hi Team,When we assign a task to a group, In group - anyone can claim that Task.We need to capture "Assignee Name" who ever run's that task in Form. I could use Display Text and run with ${initiator.properties.userName} but it is not capturing the as...

prohit by Champ on-the-rise
  • 3037 Views
  • 1 replies
  • 0 kudos

rest task-forms save-form hyperlink control

I need to update the hyperlink form control using rest api.what would be json syntax for updating the following 2 fields using api/enterprise/task-forms/:taskId/save-form1. hyperlinkUrl and2. displayTextI tried with the same way of setting the dropdo...

kdevineni1 by Champ on-the-rise
  • 4060 Views
  • 3 replies
  • 0 kudos

Alfresco 6.2.0-ga : Unable to login

Hi Everyone,I have installed alfresco 6.2.0-ga version on docker with custom ports configuration and custom database for alfresco.These are my configuration file, supposed to be working and also I have attached the full logs in (https://github.com/As...

Resolved! Alfresco 6.2 Effectivity aspect date only

Hi, In Alfreco 5, we can set a date and a timeIn Alfreco 6.2, we can not set the time.How can I configure the cm:effectivity aspect to set a datetime instead of a date ?I read the documentation, but didn't see where I can change an existing aspect pr...

image image

Creating Alfresco All-in-one Archetype maven project

Hello,I've been trying to create the alfresco all in one archetype project to create custom REST API using java and the version of alfresco been used is 5.1f I'am using the below link to add the remote catalog while creating the project. After creati...

Tabu by Champ in-the-making
  • 3685 Views
  • 2 replies
  • 0 kudos

How get global attributes on side the alfresco share

I am recording settings using AttributeServece in alfresco repo. How can I get these settings on side the alfresco share?public class ConfigManager { @Autowired AttributeService attributeService; public void set(String key, String value) { ...