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

Forum Posts

Save & exit functionality

Hello,In a process how can i achieve save & exit functionality?. It should save the task data and exit to previous location.Kindly anyone help me out in this.Thanks & RegardsAmruta

amruta_w by Star Collaborator
  • 3654 Views
  • 1 replies
  • 1 kudos

Resolved! Want to hide some fields from advance search form

Hi,I have created a customModel and using this custom model to customise advance search.my customModel.xml:<?xml version="1.0" encoding="UTF-8"?><!-- Custom Model --><!-- Note: This model is pre-configured to load at startup of the Repository. So, al...

Which email does an extracted attachment file belong to?

HelloDefault Alfresco behavior: When an email comes from smtp into Alfresco folder, an attachment is extracted & put into same folder as the email.How to find out to which email does this extracted attachment file belong to?Or how to configure Alfres...

elcamino by Confirmed Champ
  • 3696 Views
  • 1 replies
  • 3 kudos

Redirect to edit-metada page after successful uploading

I am using alfresco 5.2 community version & i need a way to automatically redirect to the edit-metadata page after a successful uploading. I wrote a script for that but it gives me an error.var nodeRefURL = "edit-metadata?nodeRef=" + response.nodeRef...

anuradha1 by Star Contributor
  • 10121 Views
  • 9 replies
  • 1 kudos

Cannot Create Custom Data List

Hi All,I am struggling to create a Custom Data List in Alfresco 5.1. I had tried following to the letter the following, among others:http://docs.alfresco.com/5.1/references/dev-extension-points-data-lists.htmlhttps://miblogtecnico.wordpress.com/tag/a...

lawrence by Champ in-the-making
  • 8104 Views
  • 5 replies
  • 0 kudos

How to stop splitting Inbound SMTP email into 3 files ?

Alfresco Community (Build: 201707)===============================    - Alfresco Platform:    5.2.g    - Alfresco Share:        5.2.fHelloWhen a file comes in through SMTP it is splitted into 3 files (text, html & attachment). How to stop this?I would...

elcamino by Confirmed Champ
  • 3268 Views
  • 1 replies
  • 0 kudos

Resolved! Does Alfresco execute rules sequentially or concurrently?

I'm working on a creating a scripted rule for a folder that should update a counter (integer) property defined on an aspect associated with the folder.The idea is that someone drops a file/document into the folder, some business logic runs then the d...

robl by Confirmed Champ
  • 6308 Views
  • 2 replies
  • 0 kudos

Alfresco Simple Search Use Like Advanced Search

Hello,Everyone.I would like to use the simple searching in Alfresco  as an advanced searching.When I do a simple search, I will get the results as I found in the advanced search.Do you any information this subject?

suayb58 by Champ on-the-rise
  • 5602 Views
  • 4 replies
  • 0 kudos

How to upload file in Alfresco?

How to upload file in Alfresco via API?Currently I am using  'cmis_repository_wrapper' class (please see attachment ) but not able to find related API for file upload?Could you please guide me where I can get Alfresco API for file upload in PHP?It wo...

rspl by Champ in-the-making
  • 13416 Views
  • 9 replies
  • 0 kudos

Dynamic query in Smartfolder

Hi All,I  have folllowing usecaseUser upload documents in Alfresco with metadata attached  for all the uploaded documents  -  for eg 'Policy number' . A user from other group -  Need to query using document with metadata  ( 'Policy number' )  , while...

brijeshnk by Star Contributor
  • 10889 Views
  • 9 replies
  • 3 kudos

Signature Validation in Alfresco Share

Signature validation in Alfresco Share addon by Zylk provides an action for validating PDF files (CMS/PKCS7 Signatures), SAR (Sinadura Xades Format) and XML Facturae (Spanish Electronic Invoice Xades Format) files in Alfresco Share. The information o...

alfresco by Elite Collaborator
  • 7865 Views
  • 3 replies
  • 3 kudos

Extending CMIS query to get all documents with a property

1I have an aspect that I have associated with multiple documents. For example lests call the aspect OrderAspect. The below query works when I fetch all nodes that have a location property from OrderAspect set to 'WAREHOUSE-A'SELECT * FROM oarderAspec...

kartech11 by Confirmed Champ
  • 5276 Views
  • 2 replies
  • 0 kudos

Getting an exception while getting history comments (SQL: select * from ACT_HI_COMMENT where ID_ = ? ### Cause: org.apache.ibatis.executor.result.ResultMapException: Error attempting to get column 'TIME_' from result set. Cause: java.sql.SQLExc

Cause: org.apache.ibatis.executor.result.ResultMapException: Error attempting to get column 'TIME_' from result set. Cause: java.sql.SQLException: Cannot convert value '2017-12-07 16:50:17.000' from column 3 to TIMESTAMP.

lohith1087 by Champ in-the-making
  • 4340 Views
  • 2 replies
  • 0 kudos

Start Process Instance from REST Error Form

Hi All,There is one urgent issue.. I am trying to hit the Activiti REST call to start the Process Instance. When I hit the Process Instance, it shows that the instance is created and task is assigned to next user. But No form is displayed and it show...

Number of process's execution

Hi , I need to stop a process that has done for three times After that it doesn't run again and show an error or something like that Is there a way to do something like that ?Thanks , Roxanne