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

Forum Posts

Resolved! How to change Aikau footer?

HelloI've been following Pavel Makhov's tutorial on how to customize alfresco footer but it doesn't work. I'm on Alfresco 6.1.1. I copied faceted-search.get.js into  /my-project-share/src/main/resources/alfresco/web-extension/site-webscripts/com/proj...

upforsin by Star Collaborator
  • 5481 Views
  • 2 replies
  • 1 kudos

Resolved! How to pass multiple parameters to webscript

Hi,I am able to pass 2 arguments to get webscript using below code:<webscript><shortname>FileFolderService Test Sample Webscript</shortname><description>Uses the FileFolderService to create a folder and a file</description><url>/sample/filefolderserv...

Isha by Champ in-the-making
  • 7351 Views
  • 4 replies
  • 1 kudos

Call Java WebScripts From JavaScript

I created a java backed webscript that return an object which I created :Map<String, Object> model = new HashMap<String, Object>(); model.put("value", n); // n object has diffrent attributes.How can I call this object from javascript to use the attri...

Resolved! Set Tag on folder name (custom folder model)

Hi, i'm on Communty 6.2  for my office installation and i have set-up a main folder "Customers" in which there are N folders, one for each of these. I'm trying to make something like a "customer file" orgarnizzation.Each customer folder is auto-chang...

TheCondor by Champ on-the-rise
  • 6947 Views
  • 3 replies
  • 0 kudos

Resolved! How to replace the favicon?

I tried using this thread but it didn't work out for me.Currently I would have tried to edit "header.get.html.ftl" in/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/header/but I am unsure of doing so.I saw "reso...

Clark_ by Champ in-the-making
  • 7212 Views
  • 2 replies
  • 0 kudos

Resolved! Preview Resolution after upgrade to 6.2.0 has changed

Hello,i upgraded from 6.1.2 to 6.2.0. Im Using the https://github.com/Alfresco/acs-community-deployment helm Chart.With 6.2.0 the rednering of the image is made in the pod alfresco-imagemagick:2.1.1. But for some reason the resolution changed instead...

Renesto by Champ on-the-rise
  • 6911 Views
  • 4 replies
  • 2 kudos

Running under SSL nginx with letsencrypt

Hi,I installed alfresco-esign-cert in version 6.1.1 of Alfresco.https://github.com/keensoft/alfresco-esign-cert/The installation was successful!However, when signing the PDF it does not open.I changed in the alfresco.conf.ssl file the add_header para...

image
jbrasil by Confirmed Champ
  • 2343 Views
  • 0 replies
  • 0 kudos

Aikau Search Result - Process selected Item

I am trying to display new dropdown in aikau search result beside existing dropdown with my custom action.Below Code I have tried and I am succeed to display.model.jsonModel.services.push("search/owner"); var menubar = widgetUtils.findObject(model.js...

sp2 by Elite Collaborator
  • 2393 Views
  • 0 replies
  • 0 kudos

Boundary timer not working - Requesting help

I am very new to Activiti BPM process. I tried all possible solution provided in this forum, yet i am not able to fix the issue. My problem is that I am not even seeing an entry in the ACT_RU_JOB table consistenly. All i am doing is at the end of the...

fazil_be by Champ in-the-making
  • 2516 Views
  • 0 replies
  • 0 kudos

restore task

I have UserTask with Multi Instnce Collection. Activiti creates number tasks in order the Collection. One of the users comlete task and another users not. This user decide to restore task.I want to create REST function for restore task or create new ...

alfalex by Champ in-the-making
  • 2587 Views
  • 0 replies
  • 0 kudos

Search members in more groups

Hello,i have groups "GROUP_Members_A", "GROUP_Members_B" and "Groups_Members_C". It is posible to search members starting with name "Po" of all this groups using "GROUP_Member_*"?.Thanks for an advice

Rule with condition "match a single term in a pdf ducument"

After I was spending so many hours without findig a solution, I ask you for help:I have a folder where I upload new searchable pdf-files. Now I want create a folder rule, which runs if "If all criteria are met:" match find the word "test" in (an alre...

image
Stefan79 by Champ in-the-making
  • 3894 Views
  • 2 replies
  • 1 kudos

Camunda vs Flowable vs Activiti 7

Dear Alfresco Team,I am curious, what is the key difference between Camunda, Flowable and Activiti? All three solutions sound great, so I have a real hart time to pick the right one. Therefore I am trying to figure out, what are the key differences?B...

ClemensTan by Champ in-the-making
  • 11497 Views
  • 0 replies
  • 4 kudos

How to access data returned from webscript in Aikau?

How can I access the data returned by serviceXhr? I want to access the series array in the function that called getSeries function. But It seems the data is retrieved in the successCallback and I can't get the data outside of it?getSeries:function ar...

phivuu-2 by Confirmed Champ
  • 2835 Views
  • 1 replies
  • 0 kudos

Automatically checkin/attach folder and files in alfresco

We are in process to integrate two systems and we will be getting files from source systems . we need to checkin those files in alfresco (create folder->file). This will be a automated process hence we need some API's - any approach by which programm...

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

Custon Action - Aikau Search Result Page

I am trying to add custom action in aikau search result page.I have read the document and found that using following way we can add custom action.1)documentAndFolderActions2)additionalDocumentAndFolderActions3){name: "alfresco/renderers/Actions",conf...

sp2 by Elite Collaborator
  • 3966 Views
  • 2 replies
  • 0 kudos

Aikau Search Result - Custom Action

I am trying to add custom action in Aikau search result Page.I am using sdk2 for testing.Below thing I have tried.Extension File :  <extension> <modules> <module> <id>Add custom action in search result page</id> <version>1.0</version> <au...

sp2 by Elite Collaborator
  • 3294 Views
  • 1 replies
  • 0 kudos