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

REST API and curl to add a user to a site

Hi everyone, so trying to programatically add a user to a site and failing currently. Saw some examples of using the REST API and trying to post with curl. I get no response back from the command. If I change the URL in the command I get a 404 back t...

wssupport by Champ in-the-making
  • 13369 Views
  • 10 replies
  • 1 kudos

ADF With APS

I am using adf with aps.I have configured only APS url and provider is "BPM".In normal case it is working fine but some time,on login it is calling alfresco api instead of APS.Anyone have faced this type of issue?@eugenio_romano 

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

Create a site through java API

Trying to create a site through the SiteService, it is never complete because when I go in share, the document library is not visible, so I would know all java operation to get a complete navigable site as for the creation of the site through share. ...

Alfresco-search-services:Errors and warns in solr.log

Hello,              I installed alfresco-search-services(solr6) and alfresco-content-services(v6.0 enterprise) in different machines without ssl enabled and i'm able to search the documents, it is working. But there are some errors and warns in <extr...

ajay_k by Champ on-the-rise
  • 9533 Views
  • 3 replies
  • 0 kudos

Resolved! getRuleService deprecated?

Hi, I would use the RuleService through java API. Once it was taken from the Service Registry through the method: serviceRegistry.getRuleService() but I see now it is deprecated. What is the current solution to use it?

Web script to get the parameters of the document

Create a web script to get the parameters of the document in javaExample urllocalhost:8080/alfresco/s/get-document-data?nodeRef=workspace://SpacesStore/3b3597e5-b5ec-41d5-b63b-54b050dccd1b&property=cm:nameFor implementation we use NodeServicenodeServ...

DocuSign Connector for Alfresco

Is capturing document signatures a critical part of your business processes? Are you finding yourself using your Alfresco investment to store document files only to then print those documents out for physical signatures? Are you lacking visibility in...

alfresco by Elite Collaborator
  • 14570 Views
  • 6 replies
  • 1 kudos

Docusign for Alfresco

The Docusign for Alfresco Addon allows users to manage e-signature requests from Alfresco.  It integrates with Docusign to manage the signature proceess.  A user can request a signature from multiple signees and then keep track of the signature reque...

boneill by Star Contributor
  • 5779 Views
  • 2 replies
  • 1 kudos

Not able to preview .ply files

I have an STL previewer which can preview the file with mime type "application/sla" in alfresco. So I want to render the file with the mime type "application/ply" as "application/sla". For this, I have created a rule on a folder with the following sc...

manav by Confirmed Champ
  • 6329 Views
  • 4 replies
  • 0 kudos

problem with persons in uaer task

Hello.I have user task:<userTask id="assignperformertask" activiti:assignee="${initiator.properties.userName}" activiti:formKey="mywf:assignmentPerformer"><extensionElements><activiti:taskListener event="create" class="ru.repo.workflow.planning.Start...

How to delete a record from a dictionary?

I have an invalid dictionary in Alfresco database, I need to delete some records from that dictionary. How to do that programmatically? Manually? Thank you! (this was custom dictionary which was filled up from the file programmatically, now it is one...