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

Forum Posts

Resolved! How to update node's secondary children

Hello Alfresco Community,I'm using alfresco-client-sdk (developed by Jean Marie Pascal and Gavin Cornwell). I'm wondering how to update node's secondaryChildren.NodesAPI's createNodeCall method accepts a NodeBodyCreate object. NodeBodyCreate object c...

REST API update associations

I ran into a problem: I have mandatory=true and many=false association. This is very common thing! How can I update it?I can't delete it (and then add new) by DELETE http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/a56834...

soloff by Champ in-the-making
  • 3620 Views
  • 0 replies
  • 0 kudos

Disk-Space recuperation after massif deletion

Hi Everybody,Thank you for your assistance.I have an Alfreco community 5.2 installation with around 1 Million docs. Because of Disk space trouble we routinely delete thousands of docs. Unfortunaitely the space on the disk keeps growing.Can you help p...

Fameur2019 by Champ in-the-making
  • 4464 Views
  • 2 replies
  • 1 kudos

Alfresco is unable to connect

my alfresco front end gives an error even though the server has been restarted. what could i have done wrong.?i am able to access the files from fileZilla 

resegok by Champ on-the-rise
  • 3754 Views
  • 1 replies
  • 0 kudos

How to pass an array of values to a webscript call

Hi Guys,I am calling a webscript (action-execution) which requires me to pass a list of params in the body of the Post.  When I try to pass an array of strings I get the below error.   Also see code below.Therefore, what is the correct way to pass an...

bgkoneill by Champ on-the-rise
  • 3649 Views
  • 1 replies
  • 0 kudos

Resolved! How to word wrap the content for a specific data-column?

I have a Data-Columns with 5 columns. One of the collumn i'm using for comments. the comments column will get dynamic amount of words. I want to make that comments column alone to word wrap. I tried ellipsis-cell, It just reducing the comment column ...

rranjith89 by Champ in-the-making
  • 4150 Views
  • 1 replies
  • 0 kudos

How to override the LiveSearch html?

Hello.I want to set LiveSearch.templateString by defining a custom searchbox (see the code below).But LiveSearch.templateString is not a member of  the SearchBox class. It is defined as a separate class, when creating SearchBox (see https://dev.alfre...

wybrand by Champ in-the-making
  • 4752 Views
  • 2 replies
  • 0 kudos

Completed task is not removed from ACT_RU_TASK table

Hi I am using activiti 5.22 with spring-boot. Some time when we complete task, its entry is not removed from ACT_RU_TASK mySql table and next task of same process is generated. Due to this, completed tasks are displayed into pending tasks.  Need your...

rahulg4s by Champ in-the-making
  • 4077 Views
  • 1 replies
  • 0 kudos

Create Custom REST-API

I want to create custom rest-api like this.https://api-explorer.alfresco.com/api-explorer/Using webscript I can create but I want follow the same way which is above url api is following.How can I create?