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
  • 1843 Views
  • 1 replies
  • 0 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
  • 7540 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
  • 4284 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...

WorkflowService broken

Hi,After a not identified operation, I can't call any workflowService method that query workflow instances, I get the following exception:Any idea where to search ? (activiti table have been cleaned up alr 2020-05-18 16:25:11,742  ERROR [extensions.w...

Internal error. Failed to copy content to string

Hello,After restarting my Alfresco Server I can do login and see my control panel perfectly. However, when I acces to a site appears this error message:01140129 org.alfresco.service.cmr.repository.ContentIOException: 01140471 Failed to copy content t...

APS DB Tuning

Hi all,Is anyone able to point me towards any APS specific DB tuning tips, please? It's a high-throughput system with some complicated processes, running APS 1.9 against Postgres in RDS.We've got an active support case reviewing Java OOM exceptions w...

Override aos webdav servlet

Hello.I want to override the AOS webdav servlet in web.xml I can override the 'alfresco/webdav' service, because it is mentioned in web.xml, but the AOS webdav servlet is not mentioned in web.xmlI think the web.xml is extended by enterprise installat...

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

start-cloud-process component and forms

Hi,sorry for the long post (and my english is bad and i hope you can understand something) buti am evaluating cloud activiti (with adf component) and i have some questions1) I would need connector for alfresco community (I have to publish documents)....

glarentis by Champ in-the-making
  • 3140 Views
  • 0 replies
  • 0 kudos

Generation of multiple Documents at a time

Hi,I am using checkboxes in form for document generation, after the user task i have given a condition and i am using Gateways for multiple generation of documents, when i select 'n' number of documents it was generating 'n-1' documents.example :  if...

Resolved! Surf Extension Module Customization of Rule Actions

ACS 6.2.gaSDK 4.1.0I created a surf extension module with a customization like this:<targetPackageRoot>org.alfresco.components.rules.config</targetPackageRoot> <sourcePackageRoot>[my.packagename].components.rules.config</sourcePackageRoot>If I copy t...

No able to access variable of YUI events

Hi,i have written below code in one js file .. to add  custom functionality o n my action:onActionCreatePackage: function dlA__createPackage(record){if (!this.modules.createPackage){this.modules.createPackage = new Alfresco.module.DoclibCreatePackage...

Isha by Champ in-the-making
  • 3990 Views
  • 1 replies
  • 0 kudos

Upgrade Alfresco

Hello,To upgrade Alfresco 5.0.4 to 5.2 and 6.0 what are the impacts that I will encounter, if there are recommendations, advice from your experiences so as not to fall into errors. thank you for your reply.

ALfreSara by Confirmed Champ
  • 3816 Views
  • 1 replies
  • 0 kudos

Keep orginal creation date

Hello,I've seen some old posts about it, but I still don't manage to preserve the original creation date of all my files, is there a process steps/ solution about it in the new versions of Alfresco ?Thanks

jcoupey by Confirmed Champ
  • 4926 Views
  • 2 replies
  • 0 kudos

Resolved! Surf Extension Module vs. share-config-custom.xml

I'm working with ACS 6.2 and have two questions:1.I can manage aspects and types of the document library by adding them to the share-config-custom.xml. But indicators for example can be defined in the extension module XML.The XML Element in both case...