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

Question about user accessing sites

Hi everyone,I want to know if there is a way to get a list of all the users who have accessed a certain site over a certain period of timeIs there a way to get this specific information? Thanks a lot

os_cerna by Champ on-the-rise
  • 3058 Views
  • 1 replies
  • 0 kudos

Override client side JS

How can I override e.g.{share.war}/components/documentlibrary/documentlist-view-detailed.js‍‍in SDK 3.0 (alfresco-share-jar-archetype)?I triedutting my custom documentlist-view-detailed.js‍‍ into src/main/assembly/web/components/documentlibrary/ with...

binary_101 by Champ in-the-making
  • 3957 Views
  • 1 replies
  • 0 kudos

Making Comments Mandatory on File Updates

Hi All,In the Update File form in Community 5.1 there is a 'Comments' field under 'Version Information'. Does anybody know how I can make the field mandatory, so that users cannot upload a new version unless they enter a comment?Many thanks.L

lawrence by Champ in-the-making
  • 3072 Views
  • 1 replies
  • 0 kudos

Resolved! How To Override Share Client Side JS in SDK3.0

Hi there,I'm trying to figure out how to override/replace client-side Javascript using SDK 3.For example on the document-details.ftl page it uses:<@script type="text/javascript" src="${url.context}/res/modules/documentlibrary/doclib-actions.js" group...

pedwards99 by Star Contributor
  • 6121 Views
  • 2 replies
  • 1 kudos

Can i modify the Alfresco Community Edition?

In my project i have requirement CMS system i want to choose best one so i want to know first,In the alfresco i want to modify the UI, add the custom document view, customize validation upload document type or document size and custom web page on alf...

bhadresh by Champ in-the-making
  • 9508 Views
  • 6 replies
  • 0 kudos

Help with creating web-scripts

Hi, I'm new to Alfresco and according to some needs, I need to work on some web-scripts to automate a few things. I got into it followig some examples from JavaScript API Cookbook | Alfresco Community but I can't seem to get them to work.I made a sim...

mperez by Champ on-the-rise
  • 3858 Views
  • 1 replies
  • 0 kudos

Resolved! Webscript - Access Denied when amp installed on 5.2

We are trying to upgrade to 5.2 (201704) and to ubuntu 16.04. For some of our amps that contain webscripts the above exeption is thrown 2017-07-24 16:15:37,472  DEBUG [web.scripts.RepositoryContainer] [http-apr-8080-exec-5] Begin retry transaction bl...

mtsiak by Star Contributor
  • 6957 Views
  • 1 replies
  • 0 kudos

Problem enabling CORS on APS

I am working on my first ADF application.  I have created the template application OK using the yo tooling, I can log onto the Alfresco Content Services however I have trouble when I set the Process Services switch to on.  When I do this I get the fo...

nickchase by Champ in-the-making
  • 5892 Views
  • 2 replies
  • 0 kudos

Large Folders in the Content Repository

When putting a lot of content into the Alfresco Content Repository, it is necessary to decide how to manage large folders. In this discussion, I collect information on this topic in a public location where people can easily find it.BackgroundAn Alfre...

resplin by Elite Collaborator
  • 14441 Views
  • 3 replies
  • 14 kudos

Resolved! Synchronise users with their groups LDAP AD configuration

hello,I have a problem of synchronisation with LDAP active directory and alfresco.I can successfully synchronise all the groups and all users but unfortunately all the groups are empty can you please help me to find a solution to import users in thei...

yacinezr by Champ on-the-rise
  • 17101 Views
  • 7 replies
  • 2 kudos

Resolved! Get returned value on Curl

I have a main function in my webscript:mywebscript.jsfunction main(){........return arr;}main();How do I get arr when I call this script using curl command.curl "http://.../alfresco/service/mywebscript"

sakshik by Star Contributor
  • 8140 Views
  • 4 replies
  • 0 kudos

How Deployed Form and Linked that form with Process.

I am working on spring boot application with Activiti Ui 6. But their is no option to Form Deployment but when I have create Form at http://localhost:8080/activiti-app/editor/#/ and linked that Form based on Key in process then On Ui then When task i...

Resolved! Advance Workflow: No logger.log on Alfresco SDK 3.0

Hi,I was created an "helloWorld" advance workflow with Alfresco SDK 3.0 from Jeff Potts‌ Blog Creating Custom Advanced Workflows in Alfresco | ECMArchitect | Alfresco Developer Tutorials .On previous version with Alfresco SDK 2.0 the logger.log is ru...

billydekid by Star Contributor
  • 8619 Views
  • 5 replies
  • 1 kudos

Resolved! Increase embedded activiti engine version

Hello.I`m new in Alfresco and I have some not very smart questions I use Alfresco Community 5.2 created by alfresco-allinone-archetype and it contains embedded activiti 5.19.0.3. I think this activiti engine is bad because this version has some threa...

ttrn by Champ in-the-making
  • 4240 Views
  • 1 replies
  • 0 kudos

activiti modeler

I want add File Upload function in Activiti-Modeler. Which method is the simplest?Hopping for your help.Thanks!

wangqf123 by Champ in-the-making
  • 11924 Views
  • 8 replies
  • 0 kudos

Resolved! Trashcan cleaner not working

Hello!I have installed Alfresco Community 5.2, and I tryind to enable Trashcan cleaner, by this instruction, but it not working. When I watch log - there is no errors about trashcan, but there is errors about ldap-syncronization.Tell me please, can t...

art by Champ on-the-rise
  • 12008 Views
  • 4 replies
  • 2 kudos

How to change variable value passed in call activity?

I have a main process with parallel gateway consisting of call activity and user task. If I make action on user task, a variable x value will be updated to 'y', which also need to be updated in subprocess in call activity as well. Is there a way to u...

swamy2156 by Champ on-the-rise
  • 3972 Views
  • 1 replies
  • 1 kudos

Resolved! Issue querying for Signal

Hi,I have a problem regarding the query of signal.I'm trying to use signalEventReceived(signalName,executionId) to trigger a boundary signal. However it does not work, it says that Execution xx has not subscribed to a signal event with name xx.And wh...

jpgouin by Champ on-the-rise
  • 11798 Views
  • 5 replies
  • 0 kudos

Resolved! the Activiti boundarytimer didn't work when added two or more

Hi, i have encounted a problem.Can some friends help me?i have tried that the  process can   move into next userTask automically when overtime if  a  userTask is added a boundarytimer .but if i added  a boundarytimer to the second userTask,the timer ...

karedom by Champ in-the-making
  • 16687 Views
  • 5 replies
  • 1 kudos