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

Forum Posts

DotCMIS API to associate a custom type to a document

Hi,We are using the DotCMIS APIs to upload documents to a repository in alfresco. We are able to upload and add the default propertes to the document. We also have some custom types that have already been added into the alfresco environment. When we ...

rita_aiyar by Champ in-the-making
  • 670 Views
  • 5 replies
  • 0 kudos

table driven definition to workflow

Hi,How are we displaying the workflow after saving the table driven definition ? I've checked out the activiti source from github but unable to find this specific area in the source.problem statement : We need to create our own interface which define...

nirvana by Champ in-the-making
  • 368 Views
  • 4 replies
  • 0 kudos

Thread safety of javascript based web script

Created the following web script to assign a unique identifier through aspects for each uploaded document :docID = parseInt(space.properties["my:uniId"]); NewDocID = docID + 1; space.properties["my:uniId"] = NewDocID;space.save(); document.properties...

Possible ways to build an engaging powerful website with Alfresco

Hello,I need to build an interactive and easy to use website for my company. It would be an internal website with different stages for product development.The main requirement is it needs to be very easy to update, can store thousands of documents an...

juilee by Champ in-the-making
  • 712 Views
  • 4 replies
  • 0 kudos

Restore Archived Node from Java Service

Hi , I am Writing a Java Custom Service where i need to restore node that archived recently, i have the noderef Id and am calling the ArchiveService.restoreNode to its original node But its failing as Unable to find Archive Node : archive://SpacesSto...

pmrreddy by Champ on-the-rise
  • 357 Views
  • 1 replies
  • 0 kudos

creteAttachment using InputStream

I am trying to attach a pdf file to a task as:taskService.createAttachment(attachmentType,                taskId,                processInstanceId,                attachmentName,                attachmentDescription,                content);here the ...

jimzhang by Champ in-the-making
  • 206 Views
  • 2 replies
  • 0 kudos

unlock with admin user

Hi all,Is an alfresco administrator supposed to be able to unlock (cancel editing) a file from sharewhich was locked by another user ? Any solution to do that ?ThanksVincent

New page on a document action

Hello,In my application I have this working scenario:- document details- action to open a dialog- before open the dialog a Get request call to the server is done to get some needed values- An instance of SimpleDialog is created and show the correspon...

jamilnour by Star Contributor
  • 177 Views
  • 1 replies
  • 0 kudos

Control for multiple text values

Hello, is there any control I can use within a form to manage a text property that allow multiple values?Just to be clear, this is the property definition:<property name="test:codes">   <title>My codes</title>   <type>d:text</type>   <multiple>true</...

alarocca by Champ in-the-making
  • 807 Views
  • 9 replies
  • 0 kudos