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

Subir Archivo a alfresco mediante ProcessMaker

Buenos dias intento subir un archivo pdf mediante un formulario de processmaker a alfresco, el el el usuario sube el archivo mediante un file en dicho formulario al cual guarde en una variable @@archivo, mi duda esta en como hacer que el usuario al d...

lnovoa by Champ in-the-making
  • 5363 Views
  • 1 replies
  • 0 kudos

Iframe in alfresco

I want to use another viewer for some specific file types in alfresco, and i wondered if it is possible to replace the preview with an iframe that takes the current file and sends it to the iframe so that the file can be viewed there. Is there a way ...

malikaasen by Champ on-the-rise
  • 4719 Views
  • 2 replies
  • 1 kudos

Getting error on transient variable usage in Activiti

Hi All,I am a bit new in Activiti engine. And decided to design a process that uses database queries at some points in service tasks. My aim is to rollback whole process if there is an error at the end of the process. Also I am not using spring becau...

mhmtgk by Champ on-the-rise
  • 9192 Views
  • 6 replies
  • 1 kudos

Form to post values

I created a javascript backed webscript in the Repo-tier, where I can create a custom content based on the values being posted.I succeded with the curl command to post the values and create the custom content, and I am looking how to create a form in...

Resolved! How to make FTS queries on custom type on Alfresco 6?

Hi,I've configured a custom type on Alfresco 6, but I'm not able to make Full Text Searches on custom fields of the custom type.This is the definition of the field in the "alfresco model manager":<model xmlns="http://www.alfresco.org/model/dictionary...

Can't use search after deployment

Hi,I run locally AIO SDK 3.0 alfresco project in Eclipse, I added two custom advanced search form's, and locally ist's working without any error. So then I have to deploy it on server where is running alfresco instalation. How I deploy:1.I run clean ...

deny7 by Champ on-the-rise
  • 4295 Views
  • 1 replies
  • 1 kudos

Flexibility to add any attribute to any document

Hi, In our custom alfresco application, we want to have flexibility to add any attribute to any document. If there are 100 different attributes in the whole application we would like to have a separate aspect for every attribute, meaning 100 aspects....

janardhanc by Champ on-the-rise
  • 3852 Views
  • 1 replies
  • 2 kudos

Resolved! Connect Adf With SDK

Is there any way to connect adf-application with alfresco-sdk for development purpose.

sp2 by Elite Collaborator
  • 3928 Views
  • 1 replies
  • 0 kudos

Error Creating Business Process

Translated: I deployed Alfresco 201707. In general, everything is in Russian, except for notifications of a new task by mail. Smoked forums, found that you need to change the template wf-email.html.ftl. I changed all the English words to Russian, reb...

pilotnick by Champ in-the-making
  • 2742 Views
  • 0 replies
  • 0 kudos

Post Webscript Error

i wrote a simple post java backed webscriptString user = "admin";user = req.getParameter("user");model.put("user", user)return model;but every time I try it with : curl -X POST "http://localhost:8080/alfresco/s/test/hello.json?user=joey&guest=true"I ...

Can't login into the plateforme

Hello  Alfresco Community    I 'have Alfresco 5.0 installed on ubuntu 14.04 ..it was turning good with no problems but since 2 weeks no one can log into the plateforme i, then i though it was passwords problème .. i used the Alfresco doc to change us...

i_zakaria by Champ in-the-making
  • 6581 Views
  • 2 replies
  • 0 kudos

How to parseForm?

Hello,I have created the process with three task. In ADF i'm trying to parse the form like this.formService.getTaskForm(this.currentTaskId).subscribe(data => {for(let i = 0; i < data.fields.length ; i++) {this.fields2 = data.fields[i].fields;let coun...

amruta_w by Star Collaborator
  • 4959 Views
  • 3 replies
  • 1 kudos

Post Request

I made this model <types>       <type name="sp:configuration">             <title>Configuration</title>             <parent>cm:content</parent>             <properties>                   <property name="sp:username">                         <type>

How do I implement pause and resume in BPM process

Hello all,Is there a way to call the BPM process from a rest API by signalling asynchronously. In other words, I have a requirement where I have to pause the process flow and wait for a trigger from the external rest service and that service should t...