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

Forum Posts

Shall we access the comments of a node from CMIS object Id?

In my application, we connect/access Alfresco repository using CMIS api.There is a recent requirement - I have to access and manage the comments on a node (document).I chose to use Rest API to access the comments through (existing) web scripts. I see...

sepgs2004 by Star Contributor
  • 3418 Views
  • 1 replies
  • 0 kudos

Resolved! Activiti REST Call - Issue

Hi All,I have taken activiti war files from the activiti 6.x and run them in my tomcat. I am able to login into Activiti App in browser using the credentials: admin/test (https://www.activiti.org/userguide)It works fine.. Now, I would like to test th...

Accessing a version NodeRef via Alfresco REST Api

Hi All!I am migrating Media Wiki from using Alfresco Web Services to use Alfresco REST so that ACS 5.2 (or higher) can be used.  The challenge I am facing is how the URLs where stored in Media Wiki for accessing versions within ACS.  When using Web S...

bigs4321 by Champ in-the-making
  • 4129 Views
  • 2 replies
  • 0 kudos

set subprocess name

I have a Process Definition that makes a number of different calls to a subprocess via Call Activity,  as the subprocess is called multiple times for many different reasons, I'd like to be able to set the 'Name' for each instance of the called subpro...

peteth by Champ in-the-making
  • 5122 Views
  • 4 replies
  • 1 kudos

Decode in Java webscript

Hello All,I am calling a java webscript from a ftl. var uri = Alfresco.constants.PROXY_URI+"/vs/insurancetype?" + encodeURIComponent("company="+companyValue+"&insurancetype="+insuranceValue);this.register = function () {Alfresco.util.Ajax.jsonGet({  ...

how to release the disk space taken by 'download-as-zip'

I'm using alfresco community edition 5.2.g, which has the download-as-zip api. ( alfresco/api/-default-/public/alfresco/versions/1/downloads/ ). Each time the API is called, alfresco seems to create a temporary node in data space. When there are tens...

sunjian_xy by Champ in-the-making
  • 5852 Views
  • 4 replies
  • 0 kudos

Custom Folder Type

I have created custom folder with custom type with the help of onNewFolder action.Just changing itemId.Custom folder have field like field1,field2 etc.... There is no cm:name property in that custom type.Node is created but name is something like 'c3...

Resolved! How to disable 'Rename' option in documentLibrary

Hello All,I want to disable the 'Rename' option in documentLibrary. I tried solution on this URL -repository but did not work for me. Also, I did not get the how the data is generating on the document library. I already check ftl - "doclib-simple-met...