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

Forum Posts

Prevent mulitple login requests Alfresco Share

Hi,I have a dashlet which calls a few web scripts in Alfresco. These web scripts called like web services using jquery. But, when the dashlet is loaded it sometimes asks the user to login again using a popup ? Has anyone experienced this before. It's...

How to performance test a business process

I am going to propose open source Activiti bpm for one my prospect customer to build workflow centric bpm solution. As a prerequisite customer asked us to do perforamance test of sample process to know how much load Activiti can carry.How to test fol...

<field-visibility> vs <appearance>

I am curious to know why there are 2 tags in share-config-custom.xml file for a variablethere is <field-visibility> which can "show" a variable on form but once it is shown , there is "<appearance> <field> " field .What is advantage of using there 2 ...

Calling forms from dashlets?

Hi all,My end-goal is to create a dashlet that displays certain sites in a hierarchy through the use of custom aspects.  My partner is working on the dashlet's appearance, while I'm creating and managing the custom aspects.  So far we're doing pretty...

zbennett by Champ in-the-making
  • 602 Views
  • 13 replies
  • 0 kudos

workflow level variable

Hi All,I am trying to create a custom workflow and looking for way to create workflow level variable to store state of workflow. I am looking for an enum kind of variable with 8 custom states.Is there a way to set it in the workflowModel.xml file ?I ...

Script to search and extract meta data

Hi allWe are trying to create a script to get all the objects in a specific space (called "Aprobados") where the created or last modified date is today. And I also want to get all metadata from the searchrd objects.Can anyone help me please?Let me ex...

jlabuelo by Champ on-the-rise
  • 120 Views
  • 2 replies
  • 0 kudos

My own enum type

Hey guys,I've recently encountered a problem with my custom enum type. I need to have a form type which has onChange event attached to it in our inbox and so I've created custom form type.I've tried to extend EnumFormType, but apparently it's not so ...