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

Forum Posts

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
  • 4110 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
  • 6913 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
  • 8455 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...