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

Forum Posts

How to upgrade Apache POI version?

 I have Alfresco 5.2 project with Apache POI version "3.10.1-20151016-alfresco-patched" and I need to update in up to 5.0.0 version (or 4.0.0). I have add the section <dependency> <groupId>org.apache.poi</groupId> <arti...

iceja by Confirmed Champ
  • 6371 Views
  • 2 replies
  • 1 kudos

Activiti 6 - Different Form Inputs for the same User Task

Hi,I have designed a workflow containing a reflexive SequenceFlow, which means the source and target element are the same (UserTask in my case). The execution works well after integrating with Spring Boot, the thing is I want to have different form i...

Widad_Dek by Champ on-the-rise
  • 2848 Views
  • 1 replies
  • 1 kudos

Custom Behavior for onCreateNode Policy

I am trying to create custom behavior for onCreateNode to validate a file signature .While I am creating the site  I  am facing issues i.e., its trying to validate the signature.So How to differentiate whether the created is site or a file ?

kiranmaik by Champ in-the-making
  • 3525 Views
  • 1 replies
  • 2 kudos

Create a node with an assoctiation to a user

Hi,I'm developing a UI using angular 7 and alfresco services, I'm trying to create a form page to allow creating new content in a datalist. This content must have an association with an user at the moment of creation, i'm sending the data to Create N...

panacasp by Champ on-the-rise
  • 4091 Views
  • 2 replies
  • 1 kudos

how to solove loging error

when I try to logging to my repository following error occurred could you please tell me how to solve this problem?Your authentication details haven't been recognized or Alfresco Services may not be available at this time.

Mahesha by Confirmed Champ
  • 2665 Views
  • 1 replies
  • 1 kudos

Logged in User Auditing

Is it possible to see what users are currently logged in through either the Activiti UI, one of it's apps, or one of Activiti's APIs?

Alfresco case insensitive lucene or fulltext query

How Can I create case insensitive lucene/fulltext query?var argsSearchTermCustom="demo";var query='PATH:"//app:company_home/st:sites//*\" AND @CM\\:name:*'+(search.ISO9075Encode(argsSearchTermCustom))+'* AND TYPE:\"cm:content\"';var queryDef = {query...