Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Form field validation handler issue

I'm hoping someone here can help out with this problem, because I've done everything as per the book, to use a Javascript function to validate a form field. Here's what I've done:Altered the share-config-custom.xml file, as follows:<forms>  <dependen...

afielden by Confirmed Champ
  • 10707 Views
  • 12 replies
  • 3 kudos

Resolved! Javascript list members of groups

Hi,I have following code to list members of Alfresco groups:var siteGroups = new Object(); var logFile = space.childByNamePath("GroupAndUsers.txt"); if (logFile == null) { logFile = space.createFile("GroupAndUsers.txt"); } // return all results, ski...

How to repair a transaction that failed to index?

HiUsing this http://localhost:8080/solr4/admin/cores?action=FIX unable to reindex the failed transaction.1)The issue is cannot find the users name while searching.2)Is their any method to redindex site wise.Kindly suggest.RegardsVinutha M P

vinutha by Champ in-the-making
  • 2193 Views
  • 0 replies
  • 0 kudos

Validation handler not deploying javascript in war

Hello,I am having a problem creating a custom validation handler in my alfresco. Whenever I start alfresco the war doesn't include my javascript file (test.js) that I placed inside the share project in the resources folder. When I try to use the form...

Alfresco Rest Api Change Folder Permission

Hello everyone.i want to change the   user role information of a folder permission  in alfresco using rest api.But I could not find it in the alfresco rest document.I just found the get service as in the picture.I want update service.Do you have any ...

suayb58 by Champ on-the-rise
  • 3402 Views
  • 1 replies
  • 2 kudos

redirect to source's parent node after move

Hi all.By default, at document details page, after executing the document action "Move to", the user is being redirected to the node's new target place (the window.location.reload(); line).we would like the user to stay at the parent folder of the do...

mtsiak by Star Contributor
  • 2095 Views
  • 0 replies
  • 0 kudos

Password / Username each time with AOS

Hi therei'm running Alfresco 6 with the CMIS Module.When users are working out of MS Office 365, each time they need to enter there username and password.Even if " remember " is tagged.Any idea how to fix that ?best regardsChristoph

claib by Confirmed Champ
  • 3435 Views
  • 2 replies
  • 0 kudos

Java heap space issue

Hai Everyone,We are facing java heap space issue , can any one suggest me how solve this issue,Configurations: OS: Redhat linux,Alfresco Version: Alfresco-Community-5.2 (201707)Solr version: Solr4PostgreSQL : 9.4.12System RAM: 16GBIn Alfresco setenv....