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

/alfresco/wcs/touch - 401 error

This URL for my alfresco gives lots of 401 error code. Where do I need to look into for this?Which file I need to verify or correct to resolve this? it seems SSO touch base URL  /alfresco/wcs/touchcause issue.

g_rathod by Star Contributor
  • 7576 Views
  • 6 replies
  • 0 kudos

Resolved! task property update with runAs System

When trying to update a task property (bpm:comment) with code run as system, the update is just not applied (but no exception thrown). When executing the code as the task assigned user, it works fine.Any idea ?The code:try { if (userIsProcessManager)...

Replication service on a 4.2f version

Hello,I have a number of questions about the replication jobs.- By default the target content will be read-only. Is there a way to change that ?- Si the following link still recommended ?https://community.alfresco.com/docs/DOC-6088-ftr#w_filesystemtr...

Issue with LDAP binding . how to solve this error?

Hi,I am getting below error . because of this users properties are not properly getting in alfresco. for eg first name, last name , email etc.ERROR [org.quartz.core.ErrorLogger] [DefaultScheduler_Worker-10] Job (DEFAULT.ldapPeopleJobDetail threw an e...

prasobhraj by Star Contributor
  • 11415 Views
  • 11 replies
  • 0 kudos

Comments and attachments not visible

Hello,adding an attachment or a comment to a process seems to work as it's possible to switch to form and back to the comment/attachment tab and see both elements + I can see the fil uploaded on the server.However, none is visible on next steps, is t...

rollando by Champ on-the-rise
  • 4936 Views
  • 3 replies
  • 0 kudos

hidden aspect using cmis

I'm trying to add a hidden secondary type to a document using CMIS but can't seem to get it to stay.  Here is an example using the groovy console from CMIS Workbench:import org.apache.chemistry.opencmis.commons.*import org.apache.chemistry.opencmis.c...

jaxtell by Champ on-the-rise
  • 6903 Views
  • 5 replies
  • 0 kudos

Usage of service tasks

Hello everyone,I have a bunch of questions about usage of service tasks.First, I need to request external services via rest calls. My project is built using Spring Boot, so I use Spring RestTemplate. Is web service task more suitable for that purpose...

aminaiser by Champ on-the-rise
  • 3467 Views
  • 1 replies
  • 0 kudos

Activiti SQL query performance

During tuning long time queries, we observed this queryselect distinct RES.*, DEF.KEY_ as PROC_DEF_KEY_, DEF.NAME_ as PROC_DEF_NAME_, DEF.VERSION_ as PROC_DEF_VERSION_, DEF.DEPLOYMENT_ID_ as DEPLOYMENT_ID_, VAR.ID_ as VAR_ID_, VAR.NAME_ as VAR_NAME_...

yurifun by Champ in-the-making
  • 3775 Views
  • 1 replies
  • 0 kudos

Off / Disable Inheritance Permission from Custom folder

Hi,I am trying to create a custom folder in Create menu of Document Library called 'Confidential Folder' in Alfresco. I've attempted the following procedure,1. I have used the Alfresco Maven SDK to create a project that will package up my customizati...

smayuri by Champ in-the-making
  • 7679 Views
  • 5 replies
  • 2 kudos

Resolved! How to get event when custom stencil value changed?

I am using stencil in form . So i created  UI to replace stencil in ADF Form.FormService.formFieldValueChanged method caling when form input value changed .But Its not calling when custom Stencil value changed . How can i get event when  Value of cus...

dharmraj by Confirmed Champ
  • 9657 Views
  • 7 replies
  • 0 kudos

Is there a goto statement kind of provision in Activiti?

Hello Team,Please refer to the process definition given below. Am receiving a value from user.If the value > 10, service task for approved state is invoked.If the value < 5, service task for rejected state is invoked.If the value is between 5 and 10,...

How to get event when custom stencil value changed?

I am using stencil in form . So i created  UI to replace stencil in ADF Form.FormService.formFieldValueChanged method caling when form input value changed .But Its not calling when custom Stencil value changed . How can i get event when  Value of cus...

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

Resolved! ADF search query to find nodes by tagNames

Hello, thanks in advance for your help.So, I've been working on a project base on demo-shell from GitHub - Alfresco/alfresco-ng2-components: Alfresco Angular Components , I need to find nodes on the live-search-bar also by looking by TagsNames. My no...