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: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1024 Views
  • 1 replies
  • 0 kudos

Activiti Explorer

Hi, I downloaded the code source Activiti-engine-master from the github .I noticed that the Activiti provide a  Activiti Explorer  that can monitor and administrate the running process instances. I would like to know where I can get the code source (...

Adding aspect to existing document in the repository

Hi ! Nobody has a JavaScript to add or remove an aspect (appl: inlineeditable ) to documents that are already imported into the repository.I am very annoyed, I should have included this aspect in the rule before import. Can you help me please?Thanks ...

ltsaty by Champ in-the-making
  • 6366 Views
  • 2 replies
  • 0 kudos

Download activiti-share-connector.zip

Hi,I want to setting up Alfresco content service and Alfresco process service. The installation must be done so that Alfresco content service communicates with Alfresco process service. In the various documentations obtained on the site of Alfresco, ...

We want to exclude keyclock authentication and authorization from activiti 7 cloud as we are getting authorized user to our application using other system. Is there any way to do so?

I have tried different approache but not able to do so.Please find the approaches i tried.Approach 1 :- extending class RuntimeBundleSecurityAutoConfiguration and instead of KeycloakAuthenticationProcessingFilter i created my custom class where in at...

Root Objects : companyhome

I wrote this code in a webscript controllervar newFolderName="Configuration";var newFolderNode=companyhome.childByNamePath(newFolderName);if (newFolderNode === null) { //which means newFolder does not exists, so create it newFolderNode=companyhome.cr...

Outbound Email Configuration is not working

Hello Alfresco,I've got an issue with sending email notification. This is the screenshot what my configuration look like :It's working really fine when I use gmail configuration, but when switch it to my own company email configuration, it show some ...

How to extend Alfresco.module.DoclibGlobalFolder component?

Hello,I wolud like to extend / modify functionality of every component which uses YAHOO.widget.Treeview e.g. Alfresco.DocListTree, Alfresco.module.DoclibGlobalFolder. When it comes to Alfresco.DocListTree it was quite easy. E.g. in tree.js I found on...

mgralien by Champ in-the-making
  • 2846 Views
  • 0 replies
  • 0 kudos

Alfresco add aspects to existing document

Hello When I mass-imported my documents, I forgot to add the aspect (app: inlineeditable) in my rule.How will I be able to apply it to my existing imported documents thankLeon

ltsaty by Champ in-the-making
  • 4055 Views
  • 1 replies
  • 0 kudos

Spring Surf Dispatcher Servlet Issue

Have just upgraded from 3.4.14.24 to 4.2.8. When I login to share and go to "site finder" and hit search with no search terms I see lots of sights, however, if I try to click on any I get taken to an error message page and see the following in  share...

ralphhyatt by Champ in-the-making
  • 3144 Views
  • 0 replies
  • 0 kudos

Autodesk in alfresco

Hi!Im working on a solo project and im trying to figure out how to preview DWG files. if i have understood correctly, Alfresco preview works in a way that files are converted to pdf in order to be previewed, but when i do that with the files, they se...

malikaasen by Champ on-the-rise
  • 7965 Views
  • 4 replies
  • 1 kudos

Resolved! How to show custom properties inside data-column?

Hi,I'm trying to show my custom property ts:remark which is part of type ts:document inside <data-column> which is surrounded by <adf-document-list>. But I can't achieve it. I doesnt bind data. How can I access my custom properties? Thanks.My documen...

deny7 by Champ on-the-rise
  • 6938 Views
  • 1 replies
  • 0 kudos

Quickshare

Helloevery body,Im new in this community, I want to convert all types of files to share via an external sharing link (quick share) in pdf in order to eliminate the possibility of downloading it Thanks.

facha by Champ in-the-making
  • 2848 Views
  • 0 replies
  • 0 kudos

Change language in alfresco

Hi,Is there any way we can give option to the user to change the alfresco share language(e.g. french, dutch, etc) in login screen itself? How?Thanks

JSConsole

How to configure JSConsole ? I tried to understand via this link GitHub - share-extras/js-console: Administration Console component for Alfresco Share, that enables the execution of arb…  but I didn't find it clear enough.