mockmartin / fme-alfresco-extensions

Automatically exported from code.google.com/p/fme-alfresco-extensions
0 stars 0 forks source link

fme and custom datalist #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to use Alfresco's DataLists as a registration system where some 
details about started/in progress and completed workflows are entered 
automatically on each workflow step.

What I've done:
- created a custom datalist
- created the workflow and the script for entering data in the DataList
- installed FME latest dataList - 
http://www.contentreich.de/alfresco-extended-datalists-migrated-to-4-0
I have some problems/questions regarding permissions, filtering and exporting 
to excel, which you may be able to help me solve them:
1. permission - is there a way to hide some lists for certain users, maybe with 
a script related to 
http://code.google.com/p/qbreng-alfresco-extensions/wiki/WorkflowGrants?
2. filtering - I'm not able to find any data from my custom datalist neither 
using the normal search nor the filtering features;
3. export to excel - it seems to work only for default lists and not custom 
lists.

(i'm attaching my model and workflow)

Please help.

Thank you

Original issue reported on code.google.com by cata.mai...@gmail.com on 23 Apr 2013 at 4:40

Attachments:

GoogleCodeExporter commented 8 years ago
hi,
1. a list is a node - that means that you can simply leverage alfresco's 
security/permission mechanism
2. I'm not 100% sure what steps need to be done to get custom lists working. 
You'll have to add your custom share form config & add your type to bean 
'datalistBaseFormFilter'?
3. yub, excel export is by default only working for default model but you 
should be able to add your type to the bean 
'webscript.de.fme.slingshot.datalists.list.get' (not sure if this is all)
cheers, jan

Original comment by ecm.exp...@gmail.com on 23 Apr 2013 at 4:52