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

Timer Boundary Event and User task assignee

I want to send an email reminder to each user task assignee (multiinstance task) after a given period a time. A Timer Event is bound to the user task and triggers a service task (AlfrescoScriptDelegate) that should send an email to the user task assi...

Alfresco.util.Ajax.request, text content and line breaks

Hi,I want to read text file content line by line from a YUI widget using an Ajax request.Everything works fine except that line breaks are removed from server response. Code is added below.Any advice to preserve line breaks in the text response ?<cod...

Dynamic table not working

I have add Dynamic table in BPM form. I have written javascript code but that code is not applied in Dynamic table When  i am using that form from ADF UI. But this code is working in Bpm process

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

impossible de configurer l'envoie d'email Alfresco 5.2.1

Bonjour à tous ! depuis un moment j'ai essayer de configurer l'envoie d'email sur Alfresco 5.2.1 mais toujours impossible de transmettre le mail au destinataire. Le log indique l'erreur suivante : Couldn't connect to host, port: smtp.gmail.com, 465; ...

dotch by Champ in-the-making
  • 10420 Views
  • 6 replies
  • 0 kudos

Issue with executing service tasks using parallel gateway

We are using activiti 5.22.0 . We are trying to execute service tasks parallely, using parallel gateway with async true(for service task and parallel gateway) and exclusive:false. Also we have added the below entry in config file <property name="jobE...

linyann by Champ in-the-making
  • 5320 Views
  • 3 replies
  • 0 kudos

Activiti supports grails?

Hi Team,I would like to use activiti framework in my grails application. Is activiti supports grails?if yes, please let me know how to configure this.Thanks

vamsinipun by Star Contributor
  • 6523 Views
  • 4 replies
  • 0 kudos

totalItems missing in pagination search response

Hello Alfresco Community, I'm using alfresco-client-sdk. While doing some search queries (via Search API: search (POST)), I noticed that totalItems property is "sometimes" missing in pagination search response.Here is a body request where totalItems ...

How to control Records Management programatically?

Hello. Question to developers:I want to automate archival of documents in RM. To accomplish this, I have these questions to start analyzing/designing the solution:1. Does Alfresco RM expose a way to create a Disposition Plan programatically via a Jav...

jonvargas by Confirmed Champ
  • 10860 Views
  • 8 replies
  • 2 kudos

Create custom datalist in alfresco community 5.2

Hello, I do something wrong when I try to create custom datalist.I attached model, conext and property files.Model file eventDataList.xml was put in \tomcat\shared\classes\alfresco\extension\model\Conext file eventDataList-context.xml was put in \tom...

nukopol by Champ in-the-making
  • 5319 Views
  • 3 replies
  • 0 kudos

Prevent rules propagation to parent folder

Hello !I'm facing an issue with rules triggering in Alfresco (Community v5.2.0 (r135134-b14) schema 10 005).In our installation, we are using the rules to:Communicate to other server components about what happens in AlfrescoPrevent unwanted actions (...

oshikaru by Champ in-the-making
  • 4801 Views
  • 3 replies
  • 0 kudos

Empty trashcan and timeouts

I'm trying to empty a large trashcan (about 100 GB) in Alfresco Community Edition 5.1.e, but all I get (using Alfresco Share) is "Failed to recover {0}".The logs show:2017-09-11 12:07:00,007 INFO  [org.springframework.extensions.webscripts.connector....

fsck_awk by Confirmed Champ
  • 16548 Views
  • 8 replies
  • 7 kudos

Large ppt file can not previewed

Hi,Beacuse of preview PPT issue, we have changed the default configuration of file size and increased to 10 Mb in Alfresco 5.1.0. Then we got the error "Failed to load Pdf content" When we preview the .pptx file. The size of pptx file was normally 5-...

kalpesh_c2 by Star Collaborator
  • 3879 Views
  • 1 replies
  • 1 kudos

Trigger rule when document is in alfresco workflow task??

Hi ,I want to trigger the rule when document is in user task after completion of task need to calculating charges based on action taken in task.Like suppose consider in organization there are 2 person who will charge the fee depending on no of days t...

kranthi by Star Contributor
  • 3827 Views
  • 2 replies
  • 0 kudos

Javascript Rule Delete Node

Issue with javscript that removes another node when a node is deleted.function main() {      var parent = space.parent;      var parentOfParent = parent.parent;      var staffnetFolder = companyhome.childByNamePath("Shared/Staffnet/" + parentOfParent...

Hi, i working on ADF ,can you hep me how to add custom menu in the new page?and Is it possible to deploy ADF application one system to another system (like a jar or war or any other way) if possible please help me?

Hi, i working on ADF ,can you hep   me how to add custom menu in the new page?and Is it possible to deploy ADF application one system to another system (like a jar or war or any other way) if possible please help me?

Webscript with guest access requiring authentication

Hi,I have a webscript that have guest access enabled but it still requires me to authenticate when I try to access it on my production instance, though it work fine on my local.Below is the desc file for the webscript<webscript>    <shortname>doclist...