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

EMail Notification not working in APS

Hello All,I am running APS 1.9 version. I have added all EMail related properties to Activiti-app.properties file. SMTP Host, port and all other parameters. Now, I want to test if EMail notifications are working or not? Hence, I created a sample Proc...

jigir_shah by Champ on-the-rise
  • 5712 Views
  • 3 replies
  • 1 kudos

JavaScript not working in IE

Hi everyone,I custom "activiti-transitions.js" file and working done in CHROME.But not working in IE. Please help me. (In my IE - JavaScript is enabled)FILE: _onClickOk: function ActivitiTransitions_onClickOk(p_obj){ //MNT-2196 fix, disable...

longnt23 by Champ on-the-rise
  • 4120 Views
  • 2 replies
  • 0 kudos

Resolved! Change a model deploy in an amp by a jar

Hi,We have a custom model deploy in an amp. Currently, we've join several amps in the same project and we'd like to deploy as jar. What would be the best steps to uninstall the amp and deploy the jar wihout having issues with the model?Thanks and reg...

Upload new version with CMIS

Hi all,I'm uploading a new version of a node using CMIS, by following this instructions. I'm using Alfresco 6.2 ootb installation with docker.I'm able to retrieve nodes' content, and to upload a new version, but I wonder if I can provide a version de...

narkuss by Star Contributor
  • 5113 Views
  • 1 replies
  • 1 kudos

Customizing Permission

 I need to customize permission so that for a user, if they search for a particular document, they can find the document, but cannot open the document or read the content of that document. Can we achieve this?

Issues while casting execution.getVariable() to Java Object

Hi,My workflow is something like Service Task createNewAssignment --> TimerCatchingEvent timer1 --> Service Task checkForSubmission.I'm using Java delegate expression for service tasks. Below is how I'm starting a process.AssignmentProcessDTO assignm...

ash6892 by Champ in-the-making
  • 5230 Views
  • 1 replies
  • 0 kudos

Issue sending a signal

Hi,I'm making tests locally with "AIO - SDK 4.0". I want to cancel a user task after receiving a signal, this is a snippet of the bpmn:<?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="...

image
jperejor by Champ in-the-making
  • 3006 Views
  • 0 replies
  • 0 kudos

Transering data without root access

Hello,Let's say I'm a site manager (I have access to all files within the site). Can I transfer all site's files including permissions and folder structures to another Alfresco server, which I'm the owner?

upforsin by Star Collaborator
  • 4379 Views
  • 2 replies
  • 1 kudos

Direcly open file in inline edit mode

Hello,I want that each time a user open a text file (only file with the extension '.txt'), he automaticly enter inline edit mode instead of landing on the file default details page.Any ideas or tips ?

drynen by Champ in-the-making
  • 3391 Views
  • 1 replies
  • 0 kudos

Outbound email Alfresco 6.1 Docker

Hello,I use ACS Community 201901 on ubuntu docker with docker compose.Description: Ubuntu 16.04.5 LTSRelease: 16.04Codename: xenialI use a volume to overload alfresco_global properties.volumes:- ./config/alfresco-global.properties:/usr/local/tomcat/s...

ulrichj by Champ on-the-rise
  • 3823 Views
  • 1 replies
  • 0 kudos

Reset user presets

Hello. How can I reset all saved for user custom site presets but should not touch any data and sites? Thanks in advance.

Resolved! Alfresco jquery version

Hi,Please let me know jQuery version used in Alfresco Community 5.2.f & 6 edition.It seems that 1.11.x version is used and if we want to upgrade that, is it possible?Where to find supported stack?Thanks in advance!

Alfresco Preview For Landscape Excel

We are uploading excel file that is king of landscape.When we download pdf or we convert that excel to pdf then it is converting only the part which is previewer showing. See Attached image. 

image
sp2 by Elite Collaborator
  • 3314 Views
  • 1 replies
  • 0 kudos

security cache

Hi,I want to set cach setting for security perspective, so i want to set 'no-cache'  'must revalidate' and 'no store'. how can i set these value my configuration file  and which files can use for these changes. please sugguest me.Thanks in advance.

Balaji123 by Champ in-the-making
  • 3170 Views
  • 1 replies
  • 0 kudos

How to achieve one user one session at a time

If i want to restrict one user one session, how can i achieve that?Let say, if any user is logged on one browser and if he/she logging using other browser then first session should be closed/invalidated.If possible, what are the configuration changes...