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

Workflow Form : Referenced Dropdown in Workflow Form

Hello everyone,I want to show two dropdowns in workflow form in which second dropdown should be based on the first dropdown value. Let's say first dropdown is having country names, based on the selected country names second dropdown should have selec...

Wrong workflow link from preview page???

If some content belongs to a workflow, from preview page, on the right side section, there is a possibility to use an hyperlink to jump directly to the details page of the workflowBut if that hyperlink is clicked, I receive a 400 HTML error (bad requ...

Custom email template error

Hello All,I'm trying to send email using human task, in the human task for custom email template i have added the form variables but i'm getting following error ERROR freemarker.runtime - Error executing FreeMarker templateFreeMarker template error:T...

amruta_w by Star Collaborator
  • 2868 Views
  • 0 replies
  • 0 kudos

webscript from a button

I am trying to invoke a custom java backed webscript from a button I created in a custom widget js file.here is my code : var id=5var myButton = new AlfButton({ label: "Supprimer", onClick: function(){var url = Alfresco.constants.PROXY_URI + "test/de...

I cannot save a node after changing metadata

Hi,I have tried hard to save a node after changing one metadata. I still have the error message:03150009 Wrapped Exception (with status template): 03151772 Failed to execute script 'classpath*:alfresco/templates/webscripts/be/etnic/alfresco/traiter-c...

kavus by Champ in-the-making
  • 5222 Views
  • 2 replies
  • 0 kudos

Can't preview files.

I'm having a problem with my alfresco instance. It can't preview docx,pptx,txt, etc., files.I'm using - CentOS Linux release 7.5.1804 (Core)- alfresco-4.2.c.Tomcat and soffice are properly running.Here attached some screenshot.

rppf by Champ on-the-rise
  • 33818 Views
  • 12 replies
  • 3 kudos

Replace the default email templates

Hello, I want to replace the default email templates with mine from my repo amp extension.I know how to create and add a new template from my bootstrap folder using acp or xml but what about replacing the already deployed templates? ThanksJamil

jamilnour by Star Contributor
  • 4060 Views
  • 1 replies
  • 1 kudos

Dynamic workflow task labels

Hello,does anybody know how we can change labels and text on Share UI and workflow task forms dynamically?We are interested in the creation of localized resource bundles in Repository/Data Dictionary/Messages (or some other place) and when we change ...

nenad982 by Champ on-the-rise
  • 2802 Views
  • 0 replies
  • 0 kudos

custom widget

I followed this tutorial (https://ohej.github.io/alfresco-tutorials/tutorial/aikau/tutorial.html#bringing-it-all-together) to create the custom ajaxWidget. everything went good using this url in the js file : var url = Alfresco.constants.PROXY_URI + ...

Alfresco CE 201707 or 5.2 and HTTPS/SSL Access

Dear All,I have now been after this for nearly two weeks and no hope in sight--anywhere!  I need to make it so the app is accessed via HTTPS only.  It will be in an internal network unfortunately with no outside or NAT'd address--ALL INTERNAL!I have ...

lsk65 by Champ on-the-rise
  • 3837 Views
  • 1 replies
  • 0 kudos

Resolved! Ticket owner through Restful API call

HelloI'm trying to find the owner of the ticket through API REST call, any idea? http://127.0.0.2:8081/alfresco/service/api/people/admin?alf_ticket=TICKET_aa4fe06e208bdc10a551b17d43626ef8df3174f9with this call, it gets you any person you put in place...

georgewww by Champ in-the-making
  • 7825 Views
  • 2 replies
  • 0 kudos

End terminate event vs Timer on Task

Lets say you have two tasks running in parallel. Task#1 has a timer which cancel the task eventually. Task#2 has a timer which triggers a reminder but does not cancel the task. The branch of Task#1 eventually leads to an End terminate event which is ...

zxu by Champ in-the-making
  • 4565 Views
  • 0 replies
  • 0 kudos

Vagrant file - alfresco early edition 6.0

Can anyone provide the vagrant file for latest - alfresco community 6.0 early edition.Also how to create our own vagrant file. Was interested in this container and thought to create a vagrant file to be used by my team. Also if i have to apply new mo...

ranjeetsi by Star Contributor
  • 4518 Views
  • 2 replies
  • 1 kudos

How to avoid Alfresco login popping up when using rest api?

Hello, I am using the Rest api to pull a list of files onto my webpage, I am sending the username and password in the request and getting data back. However, when the webpage is viewed alfresco pops up and the user is still asked to log in. If the us...

amw by Champ in-the-making
  • 2501 Views
  • 0 replies
  • 0 kudos

Unable to change type of document

I have two questions about two Custom Content Types I created called my:whitepaper and my:bc:When I try to Change Type on a document and I select my:whitepaper custom type it works but not with my:bc. When I select my:bc It gives me an error message ...

imanez1 by Confirmed Champ
  • 7518 Views
  • 4 replies
  • 0 kudos

Query Groups, Users in Custom Execution Listener

Hello,I created a new custom execution listener and wanted to query the groups where the user is member of using the servicespublic class CustomExecutionListener implements ExecutionListener { private static Logger logger = LoggerFactory.getLogger(...

I am trying to execute sequence of tasks using parallel gateway. For instance, in flow 1 - task1 adds waiting time and moves to task 2. Similarly in flow 2, task1 adds waiting time and moves to task 2. The problem comes when task 1 in both the flow adds s

I am trying to execute sequence of tasks using parallel gateway. For instance, in flow 1 - task1 adds waiting time and moves to task 2. Similarly in flow 2, task1 adds waiting time and moves to task 2. The problem comes when task 1 in both the flow a...