Hierarchical datalists & linking contenttypes to calendar

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2011 12:06 PM
Hi everyone,
Besides the document-stuff we would like to use Alfresco Share for the requirment and issue management. Related to that we have some questions and would appreciate any help:
Robert
Besides the document-stuff we would like to use Alfresco Share for the requirment and issue management. Related to that we have some questions and would appreciate any help:
- Is it possible to build hierarchical datalists, so that the user can set a parent for each new content-item? Can the datalist-view changed to more tree-like?
- Additional we would need a way to link content-items together (that are not of the same type). I can do sth like this right now, but this must be done through the virtual-file-system and with cryptic file-names… (or did i miss sth?)
- The calendar is a really nice feature but dues or date-ranges of content-items are not displayed/tracked. Is it possible to connect the calendar to certain content-items?
Robert
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2011 05:44 AM
A tree like solution would be nice.
My first step: linked two datalist types (companyList, contactList) with an association.
In create and edit view (datalist item) I can make the association between the two datalist items.
My problem: In datagrid view the association is presented as the node-reference. In the contactList item I want the companyname as a href to the company. So far i ended up in datagrid.js function DataGrid_renderCellDataType where I added the datalist type to the switch statement to create the href like the cm:folder type case. This gives me a href but still with the noderef as visible text.
Can someone give me a hint how to get the name property (companyname) from the referenced datalist for building the href?
My first step: linked two datalist types (companyList, contactList) with an association.
In create and edit view (datalist item) I can make the association between the two datalist items.
My problem: In datagrid view the association is presented as the node-reference. In the contactList item I want the companyname as a href to the company. So far i ended up in datagrid.js function DataGrid_renderCellDataType where I added the datalist type to the switch statement to create the href like the cm:folder type case. This gives me a href but still with the noderef as visible text.
Can someone give me a hint how to get the name property (companyname) from the referenced datalist for building the href?
