Creating Custom Type without the 'content' propert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2008 06:26 AM
I need to create a custom type, but without any content (file or html) in it. Just a set of string properties.
(I need it to implement a Dictionary functional: address book, product catalog, …).
How can I do this?
I tried to extend my custom type from the “cm:contentâ€
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 03:44 AM
You can create your own types by inheriting from sys:base, cm:cmobject or any other existing type, but Alfresco UI only manages cm:content and derived types in the content properties stylesheets…
As a consequence you have to create your own UI to manage your custom non-content types.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 04:47 AM
/Peter Löfgren

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 05:02 AM
http://issues.alfresco.com/browse/AWC-1168
This is, of course only a limitation if you plan to use advanced workflows.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 05:07 AM
Why do you need a custom type without content?
Regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2008 07:22 AM
Why do you need a custom type without content?Address Book, Customer Details, Product Catalog, Warehouse, …
I.e. more general solution, not only “pureâ€

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2008 08:43 AM
Web Client 2.1 does not support instantiation of types that do not inherit from cm:content - composition hard to implement
http://issues.alfresco.com/browse/AWC-1558
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2008 10:24 AM
Address Book, Customer Details, Product Catalog, Warehouse, …Why do you need a custom type without content?
I.e. more general solution, not only “pureâ€

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2008 11:03 AM
The form is user-defined in schema Xforms/chiba format and therefore the user can choose what and how to display it in the form.
The bad part is that his functionality is pretty new and there are not many reports of its maturity in the forums.
Welcome to the bleeding edge….

