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

Resolved! Alfresco Bulk import for reading the scanned files

Hi,Need a help.How to extract the data(i.e name and date of birth) in scanned PDF files and convert into the single based on name as well as date of birth using alfresco bulk import.I am using the Alfresco 5.0 version.  

vicky123 by Champ in-the-making
  • 5539 Views
  • 1 replies
  • 0 kudos

Resolved! How to specify content-type and edit metadat upon upload

Hello,I need to change content-type (not MIME tfile type) on upload of a document and to change metadata info.I know I can change run SpecialiseType action, but this does not give me any way to edit metadata, after the type specialisation.Someone ca ...

sbixsbix by Champ in-the-making
  • 6249 Views
  • 2 replies
  • 1 kudos

Attached file content issue

I attached a file with a task and fetched its content using runtime/tasks/{taskId}/attachment/{attachmentId}/contentapi. I am able to save content of text file successfully but for other formats data is not getting saved properly and saved files are ...

Resolved! Extension of task-instances workflow webscript

Hello,I'm trying to extend workflow webscript org/alfresco/repository/workflow/task-instances for one argument more.What is the best practice in this case? I know that I must override the task-instances.get.desc.xml file and add my argument to <URL> ...

vojtechm by Confirmed Champ
  • 7716 Views
  • 3 replies
  • 1 kudos

Resolved! Fetch all users of a group in MultiSelectInput in aikau?

I am trying create form control which can fetch users from a particular group. From the link, I found that it can be achieved by MultiSelectInput form control. In that widget I am making a call to "api/groups/ALFRESCO_ADMINISTRATORS/children" service...

manav by Confirmed Champ
  • 4455 Views
  • 1 replies
  • 0 kudos

Resolved! Multipage TIFF

HelloCan somebody tell me how to add to multipage tiff image one more image which I download to alfresco repo?I ve got a Java Bean which download images to the folder in alfresco, but I need this images to be united in one document, such as pdf or ti...

biker89 by Confirmed Champ
  • 6819 Views
  • 2 replies
  • 0 kudos

Use of the Activity BPMN web Modeler with our own persistense

Hi I am looking into open source web based BPMN modelers.  We have our own model , persistence layer and runtimeI need some clarifications around this1) CAn i use the the activity web BPMN modeler, and integrate with our system? Or if we were to adop...

ani123 by Champ in-the-making
  • 5998 Views
  • 2 replies
  • 0 kudos

Use association.ftl in customization (not selectable)

I just wont point repository file (like browse file in windows). For this porpues I have used association.ftl in Share my_module.xml<form>    <field-visibility>        <show id="selectedFile"/>    </field-visibility>    <appearance>        <field id=...

alstresh by Champ in-the-making
  • 4507 Views
  • 1 replies
  • 0 kudos

Difference between Folder, Document, NodeRef, and StoreRef?

Hi all.I've been trying to understand the difference between these 4 terminologies in Alfresco Java API? Is a NodeRef part of a Folder and Document as unique idendifier?How's StoreRef related to NodeRef?Any examples are appreciated, or links to expla...

dan by Champ on-the-rise
  • 5471 Views
  • 1 replies
  • 0 kudos

How to disable delete permission for everyone except Admins?

Hello, i have seen this on other ECM's, i don't want people to be able to delete their own stuff, unless they are admins. We are using just the Share interface. I have seen two solutions: one that uses a script to make all files owned by the admin, w...

fleon by Champ in-the-making
  • 8177 Views
  • 4 replies
  • 0 kudos

find task id by process instance

I'm creating a task like this,ProcessInstance processInstance = runtimeService .startProcessInstanceByKey(ApplicationConstants.POST_APPROVAL_WORKFLOW_NAME, variablesMap);I want to assign the owner for this, how can I do it.If not, is it possible to f...

goutham_pn by Champ in-the-making
  • 6885 Views
  • 1 replies
  • 0 kudos

Start Replication Job via Script

As in the subject, is there an existing root object for starting a Replication Job from within a Script ?If yes could you provide a valid example or point me to the documentation ?