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

Forum Posts

Desktop Actions not shown when mapping sub-folder

Hi,I was playing with desktop actions recently and encountered the following awkward behavior:• If I add my custom desktop action to the default "Alfresco" filesystem, which has the rootPath set to /app:company_home, everything works fineâ€Â...

kim by Champ in-the-making
  • 66 Views
  • 3 replies
  • 0 kudos

transition arguments?

Hi,In a task-node with two outgoing transitions, I'd like to prompt the user for different data depending on which transition she selects (specifics below).I'm curious how others approach this; the best approach I see is to define the properties for ...

bedag-moo by Champ in-the-making
  • 41 Views
  • 2 replies
  • 0 kudos

Recherche AND et + par Lucene

Bonjour à tousJe suis en train de développer un petit formulaire de recherche sur 4 zones avec la possibilité à chaque fois de choisir l'opérateur booléen (AND ou OR) et je viens de m'apercevoir que dans la classe SearchContext, l'opérateur AND était...

herve by Champ in-the-making
  • 701 Views
  • 2 replies
  • 0 kudos

Looking for clues to start working

Hi guys, I'm a newby developer for the Alfresco CM. As I dont have much time to research the entire framework, I was wondering if anyone could help me address the following issues:- first of all, I'm looking for some hotspot to develop certain types ...

jurossiar by Champ in-the-making
  • 42 Views
  • 2 replies
  • 0 kudos

Determining the encoding of a text document

Hi,For an AMP I am developing I need a way to determine from an input stream the encoding of a document. I want to store the latter in Alfresco and need to know the mime-type (which I know how to determine) and the encoding.In the Alfresco API I've f...

hbf by Champ on-the-rise
  • 147 Views
  • 3 replies
  • 0 kudos

workflow errors using office add-in

If I try to create a workflow using the add-in, I fill out the form, hit submit, it shows "starting workflow" then changes to "unknown action"

tonytony by Champ in-the-making
  • 35 Views
  • 2 replies
  • 0 kudos

Customizing metadata fields in 'details view' of a space

I have switched my Alfresco installation to use 'details view' (rather than 'icon view') as the default view of a space.  Now I want to customize the metadata fields that show up in the columns for 'details view'.  Currently, this view shows 'Name', ...

pitt1 by Champ in-the-making
  • 114 Views
  • 6 replies
  • 0 kudos

AD integration instability

I have installed the latest version 2.9B, configured for AD authentication, AD Import, SQL Server backend. It took hours and hours to get the configuration to work, and this msg was the final solution:http://forums.alfresco.com/viewtopic.php?t=7750&p...

dantella by Champ in-the-making
  • 40 Views
  • 1 replies
  • 0 kudos

Version 2.9b - Calendaring Standards?

Hello,Are there more details regarding the Calendaring functionality shown in the early releases of 3.0 enterprise (2.9b)?  We have a project on the table that will require integrating the Alfresco calendaring functionality with a CalDav or iCal over...

mvanbergen by Champ in-the-making
  • 44 Views
  • 1 replies
  • 0 kudos

Javascript for(node in nodes)

Should the following code work:for(node in nodes){    // do something with each node}‍‍‍‍Where nodes is, for instance, space.children?This wouldn't work for me. I had to revert back to a bog standard loop like this:for(var i=0;i<nodes.length;i++){   ...

dinger by Champ in-the-making
  • 43 Views
  • 1 replies
  • 0 kudos