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

Is there a way to create a calendar event using javascript?

Is there a way to create a calendar event using javascript?I have a folder rule to execute a javascript that I would like to create an event in the site's calendar.I am using code that is similar to what I used to create datalist items and it seems t...

Scorpios by Confirmed Champ
  • 3622 Views
  • 1 replies
  • 1 kudos

Resolved! Amp Deployment Issue.

I am trying to create custom types and for that, I have packaged my code as an amp file.After starting ACS using the docker compose, I have the 11 containers                                                                                             ...

kiranmaik by Champ in-the-making
  • 8009 Views
  • 4 replies
  • 2 kudos

Resolved! How to get files list of a shared folder using rest api?

Hi!I have Alfresco Community 5.2.0I need to get a filelist from some shared folder.It is need for external application on android which I am developing.The Application should get a filelist of folder, parse it and get files with names and description...

dmitriyp by Champ in-the-making
  • 9003 Views
  • 2 replies
  • 0 kudos

Error occuring while adding Custom role to existing Site

Hi All,I am getting error while adding user with new custom role authority to existing site. I have tried things for fixing this issue as suggested on this link on hub:-https://hub.alfresco.com/t5/ecm-archive/howto-custom-permissions-in-alf-community...

piyush48 by Star Contributor
  • 5978 Views
  • 4 replies
  • 1 kudos

How to get checkbox pre filled

Hi I am having the following code, which creates checkboxes with the names and id's mentored in code. I want a few of the checkboxes to be checked by default. How can do so?My code <activiti:formProperty id="travelerJourneyStep" name="Traveler journe...

Dipesh by Champ in-the-making
  • 3367 Views
  • 1 replies
  • 1 kudos

Start/stop solr4 separately

Hi Team,I have installed alfresco(5.2.f) using installer.Can i start/stop solr4 without affecting tomcat server? If yes, what are the commands/steps for the same?What are the different loggers available for solr4 except below one for better troublesh...

Workflow state change upgrade

I have existing workflow with 4 user tasks: DRAFT, PENDING_REVIEW_A,  PENDING_REVIEW_B,  and PENDING_APPROVAL.Sequence Flows are: DRAFT to PENDING_REVIEW_A (operation = SUBMIT_A), DRAFT to PENDING_REVIEW_B (operation = SUBMIT_B), PENDING_REVIEW_A TO ...

Shwe by Champ in-the-making
  • 5956 Views
  • 4 replies
  • 1 kudos

Rules not working after upgrade

For several versions I've had a rule set up to send an email when a new post is made in a discussion as shown below.Since I upgraded to version 5.2 this has stopped working.I believe what is happening is that the rule is still triggered when the node...

image
idwright by Star Collaborator
  • 8422 Views
  • 5 replies
  • 0 kudos

Resolved! Is there a login issue with alfresco-js-api 4.1.0 ?

Hi there,I'm seeing a problem with alfresco-js-api 4.1.0 in my Angular app. I'm not able to login to ECM or BPM. If you look at the HTTP request, you can see the data being sent after the login call is {"password":"my-password-here"}If I run the same...

pedwards99 by Star Contributor
  • 6272 Views
  • 2 replies
  • 0 kudos

Export dont recognice some folders

Hello everyone, im following this guide https://github.com/zylklab/alfresco-export-scripts/blob/master/README.md#installation All works fine but seems like some folders have something that makes the script not recognice them as a folderWhat could be ...

image image

Name of File is not its cm:name

Hi,I am creating behaviour that renames files. I know how to rename file, but the issue is that after changing the cm:name also the name of file changes what I do not want to.Value of field Název is my cm:name and also name of file that appears in do...

image