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

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1028 Views
  • 1 replies
  • 0 kudos

How to install Alfresco CMS Community Edition on WebLogic 12.2

Hello,I am assigned to the task of installing Alfresco Community Edition v5.2 on WebLogic 12.2 and Oracle database 11gR2.Here: Installing Alfresco Content Services on WebLogic | Alfresco Documentation it mentions that i will have to start by download...

jant79 by Champ in-the-making
  • 3910 Views
  • 1 replies
  • 0 kudos

How to create search filter for custom property

In Community edition 2007, I have created custom content type 'lesson' (using Model Manager in Admin Tools of Alfresco Share). Now I want to create a new search filter - via Search Manager - that refers to one of properties in my 'lesson' content typ...

ddtien66 by Champ on-the-rise
  • 5343 Views
  • 2 replies
  • 0 kudos

read index files

I would like to provide auto completion information of document content indexes as a rest service from a remote client using rest api for all the documents in the repository. How do I provide this rest api? where does alfresco store the content index...

sporuri by Confirmed Champ
  • 8461 Views
  • 6 replies
  • 0 kudos

Resolved! Change "Create New User Account" subject email notification

Dear Alfresco Team,I'm a newbie with Alfresco. I'd like to know if I able to modified Subject on Create New User Account Subject email notification? For example Alfresco Share: Your New Account to My_Company_Name : Your New Account.I Installed 5.2 Al...

Resolved! REST Search API, include isLocked

Alfresco REST Search API throws an error when requesting "isLocked" field in include parameters. This was noticed in version 5.2 and, according to this ticket: [MNT-19952], it was fixed. However, this doesn't seem to be fixed in version 6 (6.0.7). No...

Patch and Upgrade Question

I'm trying to upgrade Alfresco Enterprise 3.4.14.24 to 4.2.8 and everything works fine except one patch fails. The patch is "patch.htmlNotificationMailTemplates" and the error message is:"Caused by: org.alfresco.service.cmr.view.ImporterException: Pa...

ralphhyatt by Champ in-the-making
  • 8445 Views
  • 5 replies
  • 0 kudos

SmartFolders Template: Syntax Search Query

Hi, I'm looking for a search query code that search for filename, e.g: (=cm:name:%03_Predial.pdf%), but I can't find the property which looks for filenames. I will really appreciate your help with this topic.Thanks.

rodrigobm by Champ on-the-rise
  • 5654 Views
  • 2 replies
  • 1 kudos

Meta-model

Hi , I am using  Activiti engine  source code, I cannot understand the relation between the main component( Process , Process instance , Activity , Task , case ,variable , user, group , role) of the process engine API .Is there any meta model (UML di...

Resolved! Migrazione Alfresco da 4.2.f a 6.x

Ciao a tutti,Ho una versione di Alfresco Community 4.2.f vorrei aggiornarla alla versione stabile più recente.Quali sono i passaggi che devo approntare? Devo passare alla 5.0 e poi alla 6?Mi potete aiutare?Grazie!

blade by Confirmed Champ
  • 8831 Views
  • 4 replies
  • 2 kudos

Custom Type Properties

I wrote this function to retrieve nodes of a custom type I created ublic static List<CmisObject> getQueryResults(String queryString) { Session session = getSession(); List<CmisObject> objList = new ArrayList<CmisObject>(); CmisObject obj = session.ge...

Harbour of views - Invitation

Hey everybody. I come from MS Sharepoint, I´am trying around Alfresco 6.0. There are so many informations, documentations and  I have many questions. So, what do you think about doing a collaborative Hand- and Workbook to collect Best Practices in Al...

mme by Star Contributor
  • 3087 Views
  • 0 replies
  • 0 kudos

Start day of a week by Alfresco Community 201605-linux-x64

Hello alfresco users,I have a question about the calendar of start day of week control at Alfresco Community 201605-linux-x64.I foud this page(https://community.alfresco.com/message/559975-calendar-start-day) So I tried add below line.1.custom-slings...

shozu by Champ in-the-making
  • 7298 Views
  • 5 replies
  • 0 kudos

Reading data from outside in a decision task

I have process defined as a BPM model. It has 2 tasks defined in sequential manner. When first completes, second taks is created.Now I have to make a change in this setup, which would make sure that second task is created only when certain conditions...

mghildiya by Champ in-the-making
  • 2559 Views
  • 0 replies
  • 0 kudos

Sites

Is there a way to find out if a site has been created ?I wrote this behaviour @Override public void onCreateNode(ChildAssociationRef childAssocRef) {NodeRef nodeRef = childAssocRef.getChildRef();String nodeName = (String) nodeService.getProperty(node...