Create tables in alfresco
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2015 07:10 AM
Hi I have a folder called applied and I want to map a table with it, if the user upload a file from a form it will automatically goes to this folder applied, then I will use a properties, called: first name, second name, last name, ID and contact. and I want to let alfresco be able to create a table of these users, like in excel format, contain each of these fields, can someone say what is the best way to do that?
I want the user to be able to download it and working with it in his PC. I saw something called CSV format but I'm not sure about that. I need some informations if you don't mind, and please make it in a simple way.
I want the user to be able to download it and working with it in his PC. I saw something called CSV format but I'm not sure about that. I need some informations if you don't mind, and please make it in a simple way.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2015 10:56 PM
Hi,
Can you please elaborate your requirement ?
Can you please elaborate your requirement ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2015 05:43 AM
I want to read a content model properties of a file and place it in a table.
For Example:
Then I will create a table of this information, which will be like that :
For Example:
First name: hdalangLast name : AlfrescoAge : 25
Then I will create a table of this information, which will be like that :
<table>No | Frist Name | Last Name | Age |1- | hdalang | Alfresco | 25 |2- | David | hennry | 29 |3- | Mark | greg | 31 |</table>
