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

Reg Alfresco Get Content REST Service

All, I am using /activiti-app/api/enterprise/content/raw REST service to upload the document to APS. I see the Content ID in the response. Now, when I use the Get activiti-app/api/enterprise/content/10010 service to get the content with the Id that I...

hari by Star Contributor
  • 2495 Views
  • 0 replies
  • 0 kudos

How to install ACS 6.1 in local using distribution zip?

Hello,I am trying to install ACS 6.1 in my local windows 10 machine using this link.Installing using distribution zip | Alfresco Documentation I don't find any information for configuring new DB for this installation. I tried using Postgres and MySQL...

jigir_shah by Champ on-the-rise
  • 12423 Views
  • 2 replies
  • 2 kudos

Creating A Searchable PDF with Alfresco

Hi,I need a searchable PDF in alfresco.I installed alfresco in my system.I uploaded for many PDF files but some PDF files searchable not working.I searched for PDF files content some PDF search working fine but some PDF not working please help me.

Need to disable site in alfresco sites list

Hi Everyone,I renamed share.war to ui.war, it's working fine, i am accessing /share and /ui  , but i need to disable one site (i.e. localhost:8080/ui/page) in 'My Sites' list.Can anyone suggest me please, how to disable one site in sites list.Thank y...

Problem binding Association change behaviors

I am trying to create behaviors to react to association changes, but it is not working and I cannot figure out why.  I'm sure it must be something simple like a typo.  Can anyone help me out?I know the init method is being called because I put a brea...

cseickel by Confirmed Champ
  • 5929 Views
  • 3 replies
  • 0 kudos

how to take backup of alfresco share

Hi,I'm new to this topic, don't know how to take backup of files folders and user backupPlease provide some guide or steps should I follow while taking backupThanks,Kalpesh

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

Node Rollback

Activiti7-Core: How to rollback to the specified User Task node,What are the relevant apis?

Alfresco Browser

I have 2 server with DEV and UAT environment and in both server IE 11 is used.I have created 1 datalist where 1 field is with boolean is there.Now The problem is in dev server if I update that boolean true/false it is working but same scenario is not...

sp2 by Elite Collaborator
  • 4338 Views
  • 2 replies
  • 0 kudos

MyProject

How can I detect that a file was added then display a message to the share, then save the filename and username to a database in a  table that I create ? What are the steps ?

Retrieving data from database

I connected my allinone project to MySql database,  I created a table and added some data.How can I retrieve that data using javascript backed webscript ?

Download documents of a search result

I frequently have the case that I have to search for a set of documents. Searching for them works just fine, but what I am not able to do is to save/download them all at once. Is there a way to download all (or at least multiple) documents of a searc...

mfriedel by Champ in-the-making
  • 7301 Views
  • 4 replies
  • 1 kudos

How to customise text on pages

Hi all, is it possible to change text on alfresco community web pages, for example text of tab names(Shared files etc..)?Thanks!

mbjelo by Champ in-the-making
  • 9168 Views
  • 7 replies
  • 0 kudos

CMIS: save files with the same name

Good day.I create a document in Alfresco using CMIS. Codeession session = ...Folder parent = session.getRootFolder ();String textFileName = "test.txt"; // prepare content - a simple text fileString content = "Hello World!";String filename = textFileN...

Resolved! Worfkflow: select Assignee from list

Hi, I realized a workflow following the tutorial at ecmarchitect. I need to add the possibility to select the user who must approve the document, when the workflow is started.I think I should modify both platform and share models but I can't understa...

Web Scripts and Behaviours

I created a behaviour that display a message in the console once a file is created.I created a model following this tutorial Working With Custom Content Types in Alfresco | ECMArchitect | Alfresco Developer Tutorials . (descriptionand date attributes...