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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco Labs

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

Working with attachment fields in Script task

I am attempting to work with files that have been attached in a form. How would I go about retrieving information within a JavaScript Script task? When I do a /activiti-app/api/enterprise/process-instances/${process_instance_id} call, I see that my v...

gbanks by Confirmed Champ
  • 11192 Views
  • 8 replies
  • 1 kudos

Resolved! Alfresco permissions to add users on sites

Hello,I'm new on Alfresco and I would like to know how to manage permissions to give only access for some users to add users on sites.I made some tests and I see that with the role Manager a user can add others users on spaces but it's too many permi...

Upload from PHP

Hello,I would like to upload file in Alfresco using the REST API /alfresco/service/api/upload but I have always an error 500 with this message (06250305 Unexpected error occurred during upload of new content)This is my code :      $destinationNodeRef...

claude22 by Champ in-the-making
  • 6733 Views
  • 3 replies
  • 0 kudos

What is CMIS 1.1 Webservices URL in Alfresco 5.2?

Hi,Does Alfresco 5.2 implements/supports CMIS 1.1?If it does (as it says Alfresco implements CMIS 1.0 and 1.1 at http://docs.alfresco.com/5.2/concepts/dev-protocols.html)Please let me know the URL for CMIS 1.1 Webservices as I see CMIS 1.0 Web Servic...

svelidanda by Champ in-the-making
  • 5701 Views
  • 1 replies
  • 0 kudos

create-drop vs drop-create

create-drop vs drop-create DbSqlSession.performSchemaOperationsProcessEngineBuild only caters for drop-create. Which is it then? ProcessEngineConfigurationImplorProcessEngineConfiguration

buksvdl by Champ in-the-making
  • 4628 Views
  • 2 replies
  • 0 kudos

Resolved! LDAP sync with multiple subsytems connection timeout

I am using alfresco Community - 5.1.0 (r127059-b7)and synchronizing currently 4 ldap subsytems ad1,ad2,ad3,ad4.ad1 is our domain, ad2,ad3,ad4 is not our domain.From time to time I get a connection timeout from a subsytem.Synchronization and authentic...

booltrue by Champ in-the-making
  • 15179 Views
  • 12 replies
  • 0 kudos

Evaluator Not Working - 3 works out of 5

Dear All,Run into an issue while creating evaluators to display different icons depending on the status of a document.Have a status flag and a date to monitor and do some calculations based on the values assigned to these properties. In order to buil...

zputnoky by Star Contributor
  • 6778 Views
  • 4 replies
  • 0 kudos

Alfresco Pagination Basic concept

Hi All,I am using alfresco-5.0.d and solr4.I have implemented pagination in my application with this code.PagingRequest paging=new PagingRequest(skipResult,maxResult); List<Pair<QName, Boolean>> sortProps = new ArrayList<Pair<QName, Boolean>>();     ...

Site Page Header Title/Description

Hi all,I m using Alfresco Community 5.2. And I want to add site description to site header (for exp, next to site title like picture). How can I do this?

hilal by Confirmed Champ
  • 3296 Views
  • 1 replies
  • 0 kudos

Resolved! Script to create a folder in alfresco repository

Hello, I want to create a script in the Alfresco maven project (like the run.sh) who allows me to create a folder in a specific location in the Alfresco repository. But i haven't idea to how achieve this.Can you help me , or take me an example who co...

Alfresco5.2b and SDK 3.0.0, rule on create is not working

Alfresco5.2b and SDK 3.0.0, create rule with on create or enter this folder trigger execute some script, is not working. If i set this rule and create anything in that folder nothing happened. Is it a bug or am i missing something? When something ent...

sklenaz by Champ in-the-making
  • 3193 Views
  • 1 replies
  • 0 kudos

Resolved! Rest API authorization failed.

I am calling rest APIs from outside activiti from a stand alone page simply on a button click "http://admin:test@localhost:8080/activiti-rest/service/runtime/process-instances " and it is giving error 401 (Unauthorized) I found that for authorization...

How to run activiti 6.0 sdk

Hello All,I have downloaded activiti 6.0 sdk from this link. And imported this project to eclipse. But I am not able to get how to run this project. I also referred read me file but didn't found anything regarding this. It would be great if anyone wo...