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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco, Community ...

ttoine by Community Manager
  • 706 Views
  • 0 replies
  • 0 kudos

office365 connect Alfresco

Hello thereI've got a 6 community Server up and running, and want my office365 to get and save documents in Alfresco.In the Office365 i can enter the xxxx/alfresco/aos URL where Office expects the Sharepoint URL.Works fine ans smooth.In the Windows V...

claib by Confirmed Champ
  • 4554 Views
  • 1 replies
  • 2 kudos

500 error while adding tags using Rest Api

HiI am hiting below post method to add a tags.POST/alfresco/service/api/node/{store_type}/{store_id}/{Id}/tagsrequest body-["test"]response-{ "status": { "code": 500, "name": "Internal Error", "description": "An error inside the HTTP server which pre...

abhi1o3 by Champ in-the-making
  • 3341 Views
  • 1 replies
  • 0 kudos

cmis atompub connection error

Errorrg.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException: Unexpected document! Received: HTML documentThis exception appears to happen when calling the getRepositories (please see below for code)In the browser from the same server...

sepgs2004 by Star Contributor
  • 4381 Views
  • 1 replies
  • 0 kudos

get every Child from getNodeChildren()

Hello guys,if you call the function GetNodeChildren(idOfNode) the maxItems are 100 on default, but I want to get every child all at once. Is there any possibility doing this?Thanks in advance.

jriedl17 by Confirmed Champ
  • 3139 Views
  • 1 replies
  • 0 kudos

Alfresco Business Reporting

Business Reporting should be handled by the Business. Therefore reporting should use an existing tool and plain and simple SQL. Currently, reporting in Alfresco is not that easy, and many alternatives are tech-driven. This project allows the business...

alfresco by Elite Collaborator
  • 5712 Views
  • 1 replies
  • 0 kudos

Solr 6 - JAVASCRIPT- get sub-folders starting by ...

Hi,I have one site "mySite" with "documentLibrary". Inside I have "PATIENTS" folder :I don't find the way, in javascript,  to get all sub-folders of "PATIENTS" folder starting by "CA" for example.I have tried differents method with :search.query({que...

Filteroptions getting own Type

Hello Guys,I have created my own type called "ticket". In my Type Ticket there are some subfolders which you can see here:In the "Ticket" subfolder i store tickets which later I want to list in an overview as you can see here:My Problem is, that ther...

jriedl17 by Confirmed Champ
  • 3034 Views
  • 1 replies
  • 0 kudos

How to get the Candidate group of a given task in activit?

I am using activiti enterprise and I have synced all groups and users from Keycloak to activiti.. Using the process service editor I have set candidate group for a user task as follows: I have a complete Task method which I am trying to check if the ...

rosir by Champ in-the-making
  • 12141 Views
  • 6 replies
  • 0 kudos

SKYTIZENS JodConverter within Alfresco Community

The JodConverter integration, which is a library that improves the stability and performance of OpenOffice.org (OOo) within Alfresco. The OOoJodConverter runs on the same machine as the Alfresco server. The JodConverter supports:a pool of separate Op...

alfresco by Elite Collaborator
  • 4919 Views
  • 2 replies
  • 0 kudos

Button functions in Alfresco Datalist

Hi All,It's been awhile since I last posted in this community, I have a concern about this button functions in alfresco we have an edit function which you can select only the available statusIf we add a Delete status we want those button disabled, is...

cyrose22 by Star Contributor
  • 2663 Views
  • 1 replies
  • 0 kudos

Reject task to any node

I'm a freshman. I'm learning Activiti, the version is 5.18.This is xml code:<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http:/...

yangfan by Champ in-the-making
  • 4346 Views
  • 2 replies
  • 0 kudos

I would like to setup my Alfresco data storage to be on a separate local server but keep the data intact and without changing filenames on the source files. I am using Debian OS 64bit with version is latest I believe (Bitnami OVA downloaded file).

In our workplace location we have a main server that a third party IT company manages for us.  I have all our documents on this system and would like to use different server running Alfresco to absorb/access the data (pdf/images) on the managed serve...

doughnet by Champ in-the-making
  • 3040 Views
  • 1 replies
  • 0 kudos

Resolved! IdentityService issue on APS 1.8.1

Hi,I have implemented a custom REST endpoint on APS 1.8.1 and it is currently using the following instruction:List<User> users = identityService.createUserQuery().list();It is returning an empty array, no results from the APS application.Before imple...

openpj by Elite Collaborator
  • 5009 Views
  • 1 replies
  • 0 kudos

Resolved! File view component - documentLibrary

I tried this code,ngOnInit() {         let nodes: any = this.apiService.getInstance().nodes;         nodes.getNodeInfo('-root-', {             includeSource: true,             include: ['path', 'properties'],             relativePath: '/Sites/swsdp/d...

rsocorro by Confirmed Champ
  • 18965 Views
  • 12 replies
  • 1 kudos

How to sort document folder view on left panel

I want sort document view on left panel based on created date of folder not by name in ascending order. Please find screenshot for reference.I want to sort months folder(MARKED IN RED) based on created date i.e. September created first then October a...

Resolved! Convert d:text field to multiple values

Is it possible to convert d:text field of used custom data model to multiple values?I know that it is not possible to do in straight way, but may be there is a complex procedure.Alfresco Community (Build: 201612)