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 Labs

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

d:date custom field is not searchable correctly

I'm using a custom field date. When I upload the document and metadata using CMIS I put the date in UTC putting HH:MMS as 00:00:00. When I try to find the document I couldn't find it because it was stored as Local Time (as 01:00:00).What's wrong?

redflow by Confirmed Champ
  • 3978 Views
  • 2 replies
  • 0 kudos

Site membership after migration

Hi All,We have done migration from one domain(ex:abc.com and ldap is pointing to abc.com) to another domain(ex:mnp.com and ldap is pointing to mnp.com). ldap is working fine but when we are searching for the old users from people section we could see...

"Obsolete" documentation

Most of the documents that I look at for ACS/APS and APIs, says "Obsolete pages" followed by a link to the top of all documentation. So, essentially, something in here no longer works and we are not telling you what and not telling you what to do ins...

queshaw by Champ in-the-making
  • 5241 Views
  • 3 replies
  • 0 kudos

Alfresco Community 5.2 - Create custom reports

Dear team.I am working with alfresco community 5.2 and i'm new for alfresco. I have completed almost 80% of the projects thanks to the alfresco forums. Now i need to create some reports. Actually what i need to do is, i need to create one report from...

anuradha1 by Star Contributor
  • 5313 Views
  • 1 replies
  • 0 kudos

Resolved! NullPointerException in Activiti Timer Task

Hi Team,I have a timer task in my workflow. But sometime I am seeing NPE being thrown from Timer Event. Below is stacktrace of error. This is not coming always. Below is my timer event xml. Due to this error my workflow is ended abruptly, and it has ...

alfsender by Champ in-the-making
  • 7253 Views
  • 2 replies
  • 0 kudos

how can i install alfresco-community on separate tomcat

Hi Gys, The wizard installation of alfresco-community install the tomcat and postgresql together under alfresco-community folder, so I need install the alfresco-community on a existing server where already has tomcat and postgres.How cam I install sh...

avmcf by Confirmed Champ
  • 5333 Views
  • 2 replies
  • 3 kudos

How to pre fill datetime fields in a form

Im trying to create a form that has pre filled date fields. I tried using ISO 8061 date formats that get pre filled correctly and show the date picker correctly. But when I do not make any changes (do not pick any other date via date picker) and leav...

dbhalerao by Champ in-the-making
  • 5828 Views
  • 3 replies
  • 1 kudos

Resolved! Smartfolders - Json Query by specific tags

Hello everyone,I'm using smartfolders, and it's really useful.Nonetheless, i'd like to filter my query by putting only the pdf content which contains the tag "test", so I'm trying to put in the query :"query" : "(PATH:'/app:company_home/st:sites//*')...

jcoupey by Confirmed Champ
  • 8447 Views
  • 5 replies
  • 4 kudos

Webscript overriden but controller is not getting called

Hi,I overridden the calendar create event webscript in my all in one project. When i go to http://localhost:8081/alfresco/s/index I can see the calendar/create webscript. When i go to details it shows me both the webscripts (mine and OOTB).Custom at ...

signjoy by Confirmed Champ
  • 6824 Views
  • 5 replies
  • 1 kudos

Custumize a workflow form

Hello, i want to custumize a workflow form, specifically to hide the 'workflow due date' field. I have tried to customize the share-workflow-form-config.xml ( replacing the '  <show id="bpm:dueDate" />  ' with '  <hide id="bpm:dueDate" />  ' in visib...

klotildan by Champ in-the-making
  • 7907 Views
  • 5 replies
  • 2 kudos

How to Force-Update a Node's Cache from the Database?

We are on Alfresco 5.1.3.  We have a "Batch" Alfresco instance that is not part of the cluster and that handles batch jobs.We have several "Request" Alfresco instances that are part of the cluster and that handle transactional requests (mainly via CM...

aowian by Confirmed Champ
  • 4575 Views
  • 1 replies
  • 1 kudos

How to get the table fields?

Hi,I am using activiti in my spring web application. I was created one listener with implements of TaskListener like as below.public class MyEventListener implements TaskListener {      public void notify(DelegateTask delegateTask) {      List list =...

vamsinipun by Star Contributor
  • 3589 Views
  • 1 replies
  • 0 kudos

5.22 get process instance creater in script task

Hi all.I'm using activiti v5.22, and in script task i want assign creater username into my string.I found one solution is use ${initiator}, but i can use in script task content;ex: var message = "Hello " + ${initiator}.How can I do this? Many thanks.

long241191 by Champ in-the-making
  • 6565 Views
  • 3 replies
  • 0 kudos

Activiti with sql not executed?

Dear Team,          I am using activiti in my spring web application and would like to execute sql statement when the task complete. but it isn't work. please check and tell me the right way.Thanks

vamsinipun by Star Contributor
  • 12365 Views
  • 17 replies
  • 0 kudos