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

Custom advanced search, blank dropdowns by default

Hi! I have an advanced search and currently I have a limitation: the dropdowns select always a value by default. I need that the dropdown values are not included if users does not select a value manually. So it should be a blank or something similar ...

Where to find documentation on this.msg()

In an Alfresco Share javascript file (my-tasks.js) they use this.msg() all over the place. I was wondering where I can find any documentation on this function. More specifically I would want to know how and where the labels are defined (and how to de...

Resolved! REST API - delete Person

I can create, update, query, etc a Person.   But no DELETE?  Why?  I've been Googling and can't find a mention of this anywhere. Using community v6.2.

ibodog by Champ in-the-making
  • 12102 Views
  • 7 replies
  • 6 kudos

Resolved! Error loading items in "Admin Tools" / "Users"

Hey there.Im new to Alfresco and I've already installed the docker version 6.2 in Ubuntu Desktop 18.04. So far so good, but I was testing the site and creating some users, but they don't appear in the "Users" area, in Admin Tools. Instead of that it ...

eliassolis by Champ in-the-making
  • 13420 Views
  • 5 replies
  • 1 kudos

Tmp folder sizing question

Hello I'm having trouble finding out what files can be erasen from the /tmp folder. Recently we assigned a 1tb storage to Alfresco server and around 900gb of space is taken by the /tmpfolder. Any advice on how to handle this issue? 

mmpenta by Champ in-the-making
  • 4220 Views
  • 3 replies
  • 0 kudos

Create Document and search content using alfresco rest API

     I have some queries .i want to know how can i implement these requirements in alfresco rest apiI have rich text editor.i want to save the content of rich text editor into alfresco repository. when i searched for content. list of all found conten...

waqar1 by Champ in-the-making
  • 3015 Views
  • 1 replies
  • 0 kudos

Unable to install sdk version

HI Team,I am trying to install Alfresco SDK version using this link :https://docs.alfresco.com/content-services/6.0/develop/sdk/#gettingstartedI am getting below error when tryig to run "run.bat build_start" for the first time.my-all-in-one>run.bat b...

image
rkhot by Champ in-the-making
  • 2652 Views
  • 1 replies
  • 2 kudos

Configuring Alfresco Comunity 7.0 to work with Https

My alfresco configuration:# Using version 2 as 3 does not support resource constraint options (cpu_*, mem_* limits) for non swarm mode in Composeversion: "2"services:alfresco:image: alfresco/alfresco-content-repository-community:7.0.0mem_limit: 3000m...

John1244 by Champ on-the-rise
  • 3100 Views
  • 2 replies
  • 0 kudos

upload file to alfresco

hello im  new to alfresco iv created a custom model and the propeties that i need and now im trying to upload files to alfresco which i cant do manually consedreing the big amount of files i have an excel file that contains all the metadata and the p...

Add JavaScript Console in SDK 4.1

Hello All,I want to have javascript console in my Admin tools for my Alfresco SDK 4.1 project. I'm following all the steps as defined in below links.https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/amps.mdI've added amp files...

jigir_shah by Champ on-the-rise
  • 8121 Views
  • 8 replies
  • 4 kudos

It's possible to have tables in Forms

Hi all,I'm trying to create a kind of a table to allow multiple fields in one form, for example, I want to have 3 fields where it's possible multiples values for each field:It's possible to create a content model like this?If not possible in UI, it's...

image
marquesfm by Champ in-the-making
  • 3719 Views
  • 3 replies
  • 0 kudos

Filtering tasks by task name (Form Key) using WorkflowTaskQuery

Hi,I wanted to filter the tasks using setTaskName which is the method of WorkflowTaskQuery class. I've tried it by using the below code as it requires QName as its parameter, but it didn't provide me with any of the result. I got an empty response.St...

Tabu by Champ in-the-making
  • 2177 Views
  • 0 replies
  • 0 kudos

Filtering task based on the properties using REST API

Hi,I am trying to filter the tasks based on the property filtration using the below code taken from TaskInstancesGet class. I was able to fetch all the properties whose values are Strings but couldn't fetch the values which are numbers or dates.if (l...

Tabu by Champ in-the-making
  • 5261 Views
  • 4 replies
  • 0 kudos

Backup and Restore Alfresco Docker install

My Alfresco is installed using docker containers.What is the appropriate way make backup and restore.my docker-compose.yml is:version: "2" services: alfresco: # image: alfresco/alfresco-content-repository-community:7.1.0-M1 # ima...