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

Forum Posts

How to change cm:creator ,cm:modifier for a document ?

I have written a custom function uploadFileinAcs() which uploads files to Alfresco. Every time when a document is uploaded through this function I want to change the name of cm:creator and cm:modifier to some "xyz". How do I achieve this?

vinayasree by Champ in-the-making
  • 2761 Views
  • 1 replies
  • 1 kudos

Resolved! Alfresco 5.2 Community with Postgres 12

Hello,I have a simple question.I am using Alfresco Community - 5.2.0 (re21f2be5-b22) in PROD with Postgres 9.6.I would like to upgrade to a latest version of Postgres but looking at the Alfresco Supported Platforms for 5.2 it refers to Postgres 11 as...

How to index additional text to file

Hello All,I have embedded and used the Tesseract tool to extract the text from any new image and it's working fine, so I can search for the text inside any new image.To the best of my knowledge, I know that the text is indexed alongside the image.  C...

afalsmadi by Champ in-the-making
  • 2413 Views
  • 1 replies
  • 0 kudos

Alfresco advanced search - merged values

Using Alfresco communitty Edition 5.2 (installer-201707-win-x64), i got sucess with advanced searching by content, using  merged values (only values) on field key-words:SomePropertieValue  + AnotherPropertieValue  + SomePropertieValue EX: SomeTextInt...

Resolved! How to point contentstore to a NAS in windows

hi all, I have tried configuring my windows alfresco community 5.2 installer to point the contentstore to a NAS drive like dir.root=C:/EV/vanila/alf_datadir.contentstore=\\\\192.168.2.48\\z\\test\\contentstoredir.contentstore.deleted=\\\\192.168.2.48...

Alfresco Commit and Rollback node

Hi, I am trying to create multiple node with the help of loop.My problem is if loop is complete then all node creation happen.if there is any error in between(lets say last node ) then it is not creating any node.How can I make sure that every step o...