Action Custom and Conect External Database SQL Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2018 06:42 AM
Good Morning.
I am extremely new to development and I have a mission critical in JAVA that I need emergency help.
I created a custom action that performs an ERP SQL Server search and needs to return the SQL client name field to write as metadata in Alfresco. A single JAVA class was created that performs all this service.
This custom action was based on the model and example of Jeff Potts
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2018 01:23 AM
Hi Marco ,
Please refer this documentation Adding new actions to the Document Library | Alfresco Documentation or Creating Custom Actions in Alfresco | ECMArchitect | Alfresco Developer Tutorials to create custom in alfresco share,
In this action you can call java classes and you can create connection to your external database and execute query , get client name and update your metadata using java api.
Thanks,
Kalpesh,
ContCentric
