10-20-2016 12:05 AM
Hi,
I'm new on Alfresco development. I just start and can create custom content model (aspects, properties) and create simple custom workflow (guide from Jeff Potts blog).
And now I want to steap ahead with new requirements on how to create custom document page (list of documents / browse) with specific header list taken from content model I just created previously (e.g. Effective From, Effective To, Specific Notes, Unit Responsible, etc.) as table header.
Secondly, from that document list I will create an alert/notification system before document expire. This alert will send an email to responsible unit/group.
With those above requirements where can I start to find the basic tutorial and documents should read. Or development will be used (webscript? smartfolder might be help? etc.)
Thank you in advance!
[bayu]
10-20-2016 03:36 AM
If you are using the latest version of Alfresco, you can use Smart Folders to create custom document list views.
Read more about smart folders here: http://docs.alfresco.com/5.1/concepts/sf-intro.html
For creating document list/alerts, you would need to setup rules or do custom development. For this go through job scheduling in Alfresco.
Read more about job scheduling via extension points here: http://docs.alfresco.com/5.1/references/dev-extension-points-scheduled-jobs.html
10-20-2016 04:56 AM
Hi Bhagya Silva, thanks for pointing me to both information.
In smartfolders template I should read more on smartfolders template (some kinds of .ftl files), since the final output of smartfolders is use default alfresco view. I want the format like in common table/spreadsheet contents (e.g. | Number | Document Title | Effective From | Effective To | Responsible Group|). Is it possible to create custom view for smartfolders?
For scheduling job, since I have almost zero knowledge on Java and said that JavaScript is possible to develop for scheduled jobs, I will focus on JavaScript development. CMIIW in case "only JavaScript" can handle this (no more Java program/codes required).
Thanks,
10-20-2016 06:08 AM
As the Document Library already supports custom views for the listing of documents, you should be able to create a custom view for smart folders.
10-20-2016 06:34 AM
Thank you. I will check it!
10-20-2016 04:00 AM
Hi:
Some guidelines from a non-developer (you can do all things listed below only with javascript, xml files, properties files and some Spring knowledge) :
Hope this helps.
Regards.
--C.
10-20-2016 05:26 AM
Hi Cesar Capillas,
Many thanks!
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.