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

Forum Posts

Working with an array of objects

This is just about the stupidest problem I've seen but can't solve, but here is the code snippet:var items;var dailyReports=new Object();var dailyReportsArray=new Array();if (goodDoc){   var j=0;   items=reportList.getChildren();   for each (child in...

srowsell by Champ in-the-making
  • 417 Views
  • 4 replies
  • 0 kudos

Custom default dashboard (preset) depending on group

Hello Alfresco Team and All,currently I have the following problem: Afaik preset.xml is used to generate the default dashboard for new users. I know how I can extend description file with my own presets and change the dashboard for all existing users...

tetsubo by Champ in-the-making
  • 1408 Views
  • 12 replies
  • 0 kudos

Upload File in custom model type

I created a custom type in alfresco share and repository, I need to make the update a file during insertion of a document of this type in Alfresco Share.

army81 by Champ in-the-making
  • 851 Views
  • 3 replies
  • 0 kudos

Lucene query to get Primary path from version2Store

Hi All,I have configured version2Store in Solr in 4.1Enterprise edition. I am getting all the versions for a particular document. Here i need to get all the documents from a particular site. Getting the path from SpaceStore its achivable like below @...

satish by Champ in-the-making
  • 377 Views
  • 1 replies
  • 0 kudos

Delete specific document version

Hi,Is it possible to programatically delete a specific document version in Alfresco? It seems you can only delete all versions of a doc (and the API is confusing, you have two methods that do the same thing, delete and deleteAllVersions)Thanks

horia by Champ in-the-making
  • 1436 Views
  • 4 replies
  • 0 kudos

I am getting an error in Webscript

I have a web script: and having a variable catSearchPathvar catSearchPath = "PATH:\"/cm:categoryRoot/cm:generalclassifiable/cm:" + categories[j].replace(/\+/g,"_x0020_").replace(/&/g,"_x0026_").replace(/\//g, "/cm:");‍‍‍However in another place I am ...

Eclipse-Alfreso different machines

HelloI would like to know whether it is possible to configure an ecplipse applitacion in different machine and how to put it in the alfresco-global.properties  dir.root…I have imported skd 4.0 and I am using a comunnity version 4.0 to my first steps…...

Auto connecting to defined site

HiI would like to automatically connect a user to the site we have created rather than their home page. Right now they have to click on the site.Could anyone assist in this please?

jaysavoor by Champ in-the-making
  • 196 Views
  • 1 replies
  • 0 kudos

Server Side Scripting Inquiry for Current Users

Hi All,I'm a newbie in Alfresco development and I would just like to ask for your guidance in getting the current username and permission on a per folder basis. I have been looking at the server script "document-versions.js" and I'd just like to make...

Pagination/Sorting not working using Task Query REST API

According to the documentation, this should work…but we get the error below (and ultimately, a 405).<blockcode><Jan 27, 2014 4:12:43 PM org.restlet.ext.jackson.JacksonRepresentation getObjectWARNING: Unable to parse the object with Jackson.org.codeha...