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

Simple Search

HiIf i try to search in a search box which is placed in a top right corner, I am getting only site names, i can't able to search a keywords for files. I want to search with a keyword to find wherever it is presents in the repository. Can any one who ...

yuva by Champ on-the-rise
  • 7507 Views
  • 5 replies
  • 0 kudos

Resolved! Mysql Connectivity issue

HiI have created a new alfresco all-in-one project with sdk 2.2, I tried to connect with mysql as a database. So, I changed the following things in alfresco-global.properties.### database connection properties ###db.driver=org.gjt.mm.mysql.Driver# db...

yuva by Champ on-the-rise
  • 8790 Views
  • 5 replies
  • 0 kudos

Problem with key value extraction

I have Created my batch class and want to make a key value extraction rule.But when I upload my file to try and set the rule, I don't see anything.

tomak93 by Champ in-the-making
  • 3091 Views
  • 1 replies
  • 0 kudos

Ephesoft can't upload batch

I have created my batch class. For some reason or another when I upload a batch and press start batch, I  get following error: "Unable to upload batch. Please try again"

tomak93 by Champ in-the-making
  • 3750 Views
  • 1 replies
  • 1 kudos

How create entries on a Agenda Meeting list ?

Hello Guys!Would anyone have an example of how to create entries programmatically (Java or JS)  in a list? for example creating entries in a meeting schedule list on site.I thank anyone who can help me !

avmcf by Confirmed Champ
  • 6172 Views
  • 4 replies
  • 1 kudos

maven 3.5 error when execute run.bat in alfresco maven projet

following this tutorial http://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html of jpotts. i have the following problem runing the run.bat file.[ERROR] Failed to execute goal org.alfresco.maven.plugin:alfresco-mav...

wkamdem by Champ in-the-making
  • 3951 Views
  • 1 replies
  • 0 kudos

Task details in ready only mode

When the task get's created and complete only task assignee can access task details and corresponding form details. We have use case where manager users should able to see complete task details of all task (running, completed) in read only mode regar...

gawadesk by Star Contributor
  • 7962 Views
  • 5 replies
  • 0 kudos

Worflow association with object id

Hi Alfresco team Need option for the below items Case 1 : On passing list of object ids , can the api return the only the object ids with the corresponding associated workflow id Case 2 : On passing a folder id, can the map of object id with correspo...

bharathi_n by Champ in-the-making
  • 3721 Views
  • 1 replies
  • 0 kudos

Generate a new file pdf from one field of noderef

Hi all,i need to create a Call-Web-Script DocLib action that execute a function based on java code.The Java class get the input noderef, extract one its specific field  and generate a pdf with only the field's value.My difficult is generate and retur...

zlucy82 by Confirmed Champ
  • 9507 Views
  • 6 replies
  • 0 kudos

disable alfresco CSRF cookie

hi All,            I could not able to Enable alfresco CSRF cookie with secure and httponly. Can I at least disable it in total. I don't need that at all.

Problem populating selectone.ftl control

Hi Alfresco community. I'm working on a project and i need to populate a selectone with a contact list from repository. The contact list depent of current logged user group. I created a data webscript in order to get contact list but when i try to ge...

Resolved! Next version

Hello,Do we know when is planned the next Alfresco Community version (5.3 or something else) ?Thanks.

Alfresco upgrade issue

I'm running into an error after upgrading Alfresco from 4.2 to the latest version. Since the installer wouldn't allow me to overwrite the original Alfresco 4.2 install directory (/opt/alfresco), I created a new folder (/opt/alfresco-new). At the Alfr...

Alfresco runtime exception

I have created a all-in-one project with sdk 2.2, once I run the server the it shows the following error.log :[INFO] Running war on http://localhost:8080/[INFO] Creating Tomcat server configuration at D:\alfresco-workspaces\fme-alfresco-extdl-master\...

yuva by Champ on-the-rise
  • 6314 Views
  • 3 replies
  • 0 kudos

Deleting files using RESTful API From Alfresco

Hi,I am using the following approach to perform deleting files to the Alfresco repository:"http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore?alf_ticket="However, this approach does not allow me to delete files in alfresco,I need t...