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

Forum Posts

Not able to use spring bean in service task

Hello Everyone,         I want to create custom beans in Alfresco Process Service 1.9, for that i'm following the  Spring Beans | Alfresco Documentation. As per this i have create one java class which is registered as bean and having one method that ...

Time Zone Issue

I have created workflow where the problem is due date difference during selection of date and display of date.Please check Attach Image.Image 1 is showing selection of date.Image 2 is showing display of Date.Image 3 is showing API Response.

sp2 by Elite Collaborator
  • 7225 Views
  • 1 replies
  • 0 kudos

Resolved! Trigger on restore from the trashscan

I need to set a property after recovering a node from the trashcan. What is the best way to do this? Now I am thinking about using a trigger.Could you tell me how to implement a trigger to restore the object from the trashcan? I chose onCreateNodefro...

npavlov by Confirmed Champ
  • 4530 Views
  • 2 replies
  • 0 kudos

Resolved! How to hide the workflow function on the document-detail.

I use Alfresco Share.Because we do not use workflow function, I want to hide the workflow function from the menu on the detail screen of the document. Please how should I solve this problem?Thanks in advanced.  (About environment) ・CentOS ver.7 ・Alfr...

yosk by Champ on-the-rise
  • 7798 Views
  • 5 replies
  • 2 kudos

User Session Manager

This addon used to see all active sessions in alfresco. User with administrator permissions can log in and see a list of the active sessions in alfresco and destroy any of them. User will be logged off from alfresco and share automatically. OwnerAimp...

Workflow Issue in alfresco community

Hello Everyone,             Once the file is approved, it should be locked and should not allow users to edit/download the file. They should only be able to view. Right now, we’re able to do both, even after the file is approved. RegardsLeela N

leela by Confirmed Champ
  • 3751 Views
  • 2 replies
  • 0 kudos

share - bootstrap error

Hello,I am using alfreco communiy 5.2.0 (re21f2be5-b22) and I have sometimes a problem when starting the server. it's very random.I have share that shows a blank page. I checked my logs and I have errors in share.log but I can't find the reason. It l...

tgimj by Champ in-the-making
  • 5390 Views
  • 2 replies
  • 1 kudos

Recursive service task call

Hi,I have an activiti that I would be triggering which is executed in asynchronous mode. I would need to keep checking the status for the job and when it reaches either a success/failure state, I would need to go to next task. How can I achieve this?...

Issue in ADF upgrade to 2.6

We have built our ADF app on 2.3 version and as a starting point, we downloaded ADF alfresco-content-app from https://github.com/Alfresco/alfresco-content-app.Then we started building our custom components on the top of the alfresco-content-app and c...

rohit9637 by Star Contributor
  • 4094 Views
  • 3 replies
  • 1 kudos

Resolved! I could not succeed in downloading the community edition after filling the required details like name, contact number, email as I get the error message 'Email not valid'. I tried various emails, but of no use.

I wanted to download the community edition for testing, but could not proceed with download, because of the error message 'Email not valid' which repedteadly comes for any valid email.

desikamani by Champ in-the-making
  • 6038 Views
  • 2 replies
  • 0 kudos

I need alfresco share 5.2 community edition source code

where can I get source code for alfresco share 5.2 community edition provide me links for thatI'm working on the college project and I need to create my own documents template with additional metadata I follow the alfresco documentation so they provi...

kzala7 by Confirmed Champ
  • 4722 Views
  • 2 replies
  • 0 kudos

Resolved! Display attachments in Activiti 6

Hi,I created simple review process in Activiti 6.0.0In the start task user enters comments, attach document for review and starts the process. Designed process and forms using designer in "activiti-app", attached forms to Start and Review task, creat...

eramesh by Champ on-the-rise
  • 9048 Views
  • 4 replies
  • 1 kudos

Customize Email template

I would like to include the text of the blog's body in the notification email of the blog. I have modified the file "notify_blog_email_it.html.ftl"<p>Body:  ${args.documentName}.  </p>                                           I do not know the value...