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

Forum Posts

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
  • 3493 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
  • 3565 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
  • 2512 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
  • 4316 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
  • 4436 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...