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

How to make datalist items searchable

Hi Team,I have created custom datalist model using below code.<types> <type name="emp:employeeDetails"> <title>Employee Details</title> <parent>dl:dataListItem</parent> <properties> <property name="emp:empId"> <title>Employee ID<...

image

Resolved! Inbound mail and IPtables

Hello everybodyExcuse me if it is a dumb question but I'm new in this forum.I'm setting a Alfresco community server with Ubuntu 18.4 for testing and so far so good.I have a problem for inbound mail (outbound is fine). The inbound is working BUT only ...

opsys by Confirmed Champ
  • 6630 Views
  • 3 replies
  • 0 kudos

backslash in link workflow

Hello, I am trying to open an existing workflow item and get a HTTP 400 error, after analyzing weblink I see that there are backslashes in the link. I suggest there is something wrong in a config file, but i cannot find it.Thanks in advanceRemco Nowe...

nowee73 by Champ in-the-making
  • 3342 Views
  • 1 replies
  • 0 kudos

Resolved! Allow users to save queries/search parameters in Share

Our Share users currently have a static large list of parameters that they need to manually re-input everytime documents needs to be searched.Is there any way of users individually saving and loading search/queries in Alfresco share?

Cannot open office file and reset user password

Q1. I deployed according to this https://github.com/Alfresco/alfresco-docker-installer/tree/master , other functions are normal, can only open pictures and PDF files, other can not open, log after a period of time will throw timeout error.And the sof...

voluee by Champ in-the-making
  • 4343 Views
  • 1 replies
  • 0 kudos

Resolved! add an attachment to mail task

HiIm using activiti 5.22 and i want to know how can i add an attachment to my mail task??Please help me!!Thanks for your time

arag by Confirmed Champ
  • 6972 Views
  • 3 replies
  • 0 kudos

Change metadata in bulk

Hi, In Share, we can, file by file, change custom metadata from content models in the "Edit properties" section.Is there a way of doing so in bulk ? So select multiple files and change the properties of all of them at the same time.Thanks

Resolved! Alfresco 6.0 and CMIS 1.1 AtomPub Service Document

Hello everyoneI have an application which uses PortCMIS (.NET) library to interact with Alfresco repositories.It works as expected with 5.0-5.2 versions, but I get an error with locally installed Alfresco 6.0.2.1 (Alfresco Community Edition 201802 EA...

taran2la by Champ in-the-making
  • 20565 Views
  • 9 replies
  • 5 kudos

Integration with web services??

Good morning everyone!We have in the company installed on Linux test server Alfresco 5.2I need to know if the integration of Alfresco with web services is possible. In other words, if a client that is registered in our database, provides a document o...

Martinvaz by Confirmed Champ
  • 7346 Views
  • 6 replies
  • 0 kudos

CMIS bulk update

Here is the use case.  We would like to update metadta for a million documents in repository.  Metdata is unique for each node. I have a CSV with the metadata and noderef.Question:   Is to possible update metadat in bulk, we would like to minimize ca...

rdipak5 by Champ in-the-making
  • 4125 Views
  • 1 replies
  • 1 kudos

Getting No TransformationService found error

Hi,I am using a simple workflow  which is having a usertask and parallel gateway and the two generate document task.the usertask is having the form which is having checkboxes A & B.whenever i select the checkboex A &B  from usertask the  control goes...

Arun_nmc by Champ on-the-rise
  • 2713 Views
  • 0 replies
  • 1 kudos

How to add a node to all sites?

Hi fellow devs,What is the easiest way to create a node in all sites?I'm aware of how to create nodes:https://api-explorer.alfresco.com/api-explorer/#!/nodes/createNodeAnd how to get all sites:https://api-explorer.alfresco.com/api-explorer/#!/sites/l...

ARamos by Champ in-the-making
  • 4912 Views
  • 2 replies
  • 2 kudos

Resolved! Disabling some header options for user

hello,I want to disable some header options for the user not for the admin. I have tried by making changes in share-header.get.properties, but it applies only for admin.I want to apply these changes for the user instead of admin.I have used this code...

amar7295 by Champ on-the-rise
  • 6917 Views
  • 3 replies
  • 2 kudos

How to access process Instance start time in a script task?

Hi, I'm trying to access a process instance start time within a script task. Written in Javascript, I currently havetry{ //Get Process ID procID = execution.getProcessInstanceId(); execution.setVariable("processId", procID); //Get Process Def...

cchung by Champ in-the-making
  • 3960 Views
  • 1 replies
  • 0 kudos

How to display current date in the form?

I want to display the current date in the form. So whenever you create new process instance, it should fetch the current date and display in the form. Issue: I am able to get and display current date but that code is running everytime I open the form...