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

Forum Posts

Important topics

We now have a float feature on the forums, that I will be testing in the coming days/weeks on Connect to see the behaviour on Categories and Forum boards. The target is obviously to be able to pin a couple of important contents at the top. Unfortunat...

ttoine by Community Manager
  • 474 Views
  • 0 replies
  • 0 kudos

Download api

I am currently using V1 upload URL {URL} /alfresco/api/-default-/public/alfresco/versions/1/nodes/-root-/children and it returns nodeId.However, for downloading the document I would need extra information about node such as store_type and store-id.Ca...

tpardabe by Champ on-the-rise
  • 8006 Views
  • 4 replies
  • 0 kudos

Default value in cm: creator in datalist

Good evening I would like to know how to insert a default value of the user logged in a data list. Is it possible to insert the name of the logged owner using specific functions?property name="cm:creator"> <value>user</value></property>Thank you very...

mikele by Champ on-the-rise
  • 3133 Views
  • 1 replies
  • 0 kudos

Resolved! Alfersco Version Comparison

I am trying to find out a way to compare 2 version of document without using MS Office.Is there any plug in /add-on/edittor/connector available to do that?

sp2 by Elite Collaborator
  • 7928 Views
  • 3 replies
  • 1 kudos

problem calling path selector in alfresco 5

Hello, im migrating a share extension from alfresco 4.1 to alfresco 5.1. Im trying to use  a path selector  in a surf page . I have  a button that triggers the path selector.Here is the code of the button:function selectFolder(e){  var cFolder = new ...

Authentication problems when using ApplicationContext

Hello everyone.I am trying to create a model2java code generator for the Alfresco model.xml files. Everything was going a-ok until i ran into the problem of actually getting hold of Alfresco types outside the normal bean bootstrapping.Basically I nee...

mnybon by Champ in-the-making
  • 3900 Views
  • 1 replies
  • 0 kudos

Search Query

Hi,I am trying to get datalist item for dropdown of my custom form and for that i am using lucene query.is it good to use lucene query to get data?

sp2 by Elite Collaborator
  • 3351 Views
  • 1 replies
  • 1 kudos

REST API Convert DocX to text

Is there a call in the REST API that will return a DocX file as plain text? I'm currently working on an OnlyOffice plugin that would get content from Alfresco and paste it within the OnlyOffice Online Editor. I'm limited to html and js pages (one of ...

nce by Champ in-the-making
  • 3350 Views
  • 1 replies
  • 0 kudos

Copy paste the fields

Hello,Is there any option to copy the form field and paste it in same form or different form.Thanks & RegardsAmruta Wandakar

amruta_w by Star Collaborator
  • 4227 Views
  • 2 replies
  • 0 kudos

Resolved! how to create metadata template from scratch

i'm stuck from past 1 week for this topic , not able to create my own metadata content template how many files are to be created and what are the dependency needed?i'm not able to figure it out properly i have gone through all the alfresco documentat...

kzala7 by Confirmed Champ
  • 11891 Views
  • 8 replies
  • 1 kudos

I followed the simple workflow tutorial by " http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html" i am getting this error Please assist

i have uploaded the error i am getting please help me with this[INFO] ------------------------------------------------------------------------[INFO] Reactor Summary for AIO - SDK 3.0 1.0-SNAPSHOT:[INFO] [INFO] AIO - SDK 3.0 .............................

Only one service task is executed

Hi,I have created a process that has multiple service tasks in a sequence. When I start the process, first and 2nd tasks are executed however, the rest of them are not executed. I thought this is a simple flow but couldn't figure out what is blocking...

Export folder structure

Hi all,is there a way to export folder structure (in the repository, not in one site) from a 5.1 alfresco community version to 5.2 alfresco community version? Thanks all.

zlucy82 by Confirmed Champ
  • 5925 Views
  • 3 replies
  • 0 kudos

Failed to create keystore while alfresco startup

Hi,I am getting the below error when I try to setup alfresco 5.2.3 . Is there any setup I need to do with my content store. I have followed the below two link for my setup but don't see any keystore related changes except for the director setup in al...

kartech11 by Confirmed Champ
  • 6753 Views
  • 2 replies
  • 0 kudos

tiny html editor table columns

I try to set a table with two columns in the html-editor to arrange text an image (left text, right image).When I paste the image right in the right cell it's OK.When I paste the text in the left cell, the right column with image gets small:I cannot ...

franky4 by Champ in-the-making
  • 3068 Views
  • 1 replies
  • 0 kudos

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 ...