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
  • 1185 Views
  • 1 replies
  • 0 kudos

Bulk Import files

How to do bulk import files from another framework to my ECM alfresco-4.2.f?Is Any API for that?pls suggest me

rajeevsoni by Champ on-the-rise
  • 8309 Views
  • 6 replies
  • 1 kudos

Data Dictionary Details

I work alfresco 5.2 and I want to know everything about Data Dictionary(Email Templates, Imap Configs, Messages, Models, Node Templates, Presentation Templates, Publishing Root, Quick Share Link Expiry Actions Space, Rendering Actions Space, Replicat...

svgkck by Champ on-the-rise
  • 8827 Views
  • 4 replies
  • 2 kudos

store the session in js controller

for js backend webscripts, is it possible to store session because for me my webscript is giving me time out error for running over large content after some time.any help would appreciate,regards,brahmaiah ganna

Resolved! Share Link on Alfresco's documents

Is it possible to hide the share link on Alfresco's documents? Or is there an option to set/add a one-time password to the link or document?Thanks again!

spawn by Champ on-the-rise
  • 5324 Views
  • 1 replies
  • 0 kudos

Resolved! tag multiple files at once

Hi,Is there any option "out of the box" in Alfresco Community to tag multiple files at one?When I say tags, I say tags, types, aspects...I think, this is an essential option in whatever document managerThanks

Uploading a doc file in Alfresco using rest API

Hello I am new in Alfresco and my company will be using Alfresco server for keeping doc files.I need to implement automatic upload on doc files in alfresco server through rest API and I spent a day so far and still can not find which is the proper re...

sbezateva by Champ in-the-making
  • 13728 Views
  • 2 replies
  • 0 kudos

<bpmndi:BPMNShape> Is Missing for participant and lane element in xml when trying to create pool and lane from java source

Here is the code snippet I am writing to generate simple .bpmn filepublic void testDynamicDeploy() throws Exception {      BpmnModel model = new BpmnModel();      Process process = new Process();      model.addProcess(process);      process.setId("pr...

vkhan59 by Champ in-the-making
  • 4072 Views
  • 1 replies
  • 0 kudos

how activiti include curl REST API?

Hello,I would have my workflow to trigger curl REST API to the other web application.May I know where/how I can place my curl command in the workflow?Thanks for your kindly help.BR,Mandy

Could not resolve view

Hi guys! I have the following errors in my share.logERROR [org.alfresco.web.site] [http-apr-80-exec-15] javax.servlet.ServletException: Could not resolve view with name 'user/username/undefinedmodules/edit-site.js' in servlet with name 'Spring Surf D...

baikal by Champ in-the-making
  • 6085 Views
  • 3 replies
  • 0 kudos

Delete completed workflows?

Hi,We have a system with activiti engine that does 200k workflows per day.We need to delete old completed workflow and we try use activiti api but the java batch is too slow.So we have to write this pl/sql procedure:create or replace PROCEDURE MNT_CL...

alecima by Champ in-the-making
  • 4760 Views
  • 2 replies
  • 0 kudos

Resolved! How to change default icon folder based on its properties?

Hi,I want to change the default folder icon by its properties with my own icon.I have a custom folder properties ar:dirFunction.The first one of document library view I try to change is on "detailed" version which is in share/components/documentlibra...

billydekid by Star Contributor
  • 12373 Views
  • 9 replies
  • 1 kudos

JPEG Image Resizing and creating a Thumbnail

Hi friend,I am very new to alfresco and i am required to write an api to JPEG to PNG and JPEG to JPEG.My requirements are as below,1. take a JPEG image from a folder in alfresco2. convert it to PNG type and  resize it to different sizes and create th...

multiple LDAP authentication

How will setup multiple LDAP authentication.I need to authenticate users either parent domain or child domain.Can you please help us how will write the code in global properties

sujith by Champ in-the-making
  • 4351 Views
  • 1 replies
  • 0 kudos

Resolved! How can I download the existing deployment file (.bar) using activiti-explorer or are there any other ways that i can achive this?

I lost my original activiti-designer workspace with all the bar files inside and i was thinking of downloading the deployed bar files from the server. Does activiti-explorer provides this capabilities as currently only "Upload new" option is availabl...

toriqz by Champ in-the-making
  • 5521 Views
  • 2 replies
  • 0 kudos

Get instance of running process

HI everyone, I'm new yo Activiti-Rest, I'm trying to get the instance of a process I started but I do not know what I'm doing wrongIm trting with this urihttp://localhost:8080/activiti-rest/service/runtime/process-instances?id=1645 and the answer is:...