留言板

Nested dynamic data lists

Nicolas Ballinas,修改在12 年前。

Nested dynamic data lists

New Member 帖子: 7 加入日期: 12-3-28 最近的帖子
Hello everyone,

We are evaluating Liferay for our company and are trying to build an Issue Tracking application using Dynamic Data Lists. I have read all the decumentation availabale and can't find an answer to this specific question.

Is there a way to build data lists that uses other nested data lists inside? To be more specific, I'm building a data list that holds all the issues users reports in filling in a form (the detail view). Inside this same form users needs to be able to add new records to another nested list, for example comments about how the issue is being resolved (with columns for date, the comment and the commenters name) . My logical sollution to this would be to try to use other defined lists that are connected to the main list in some way but can't find a way to solve it. Has anybody done something similar?

Another question I have is: is it possible to add other self difined data fields to the data definition?

Thank you for your time.
Nicolas Ballinas
Nick Kosti,修改在12 年前。

RE: Nested dynamic data lists

New Member 发布: 1 加入日期: 12-4-22 最近的帖子
I am also interested in this.

We are currently using Sharepoint to track customer complaints.

Comments can be added by anyone who has contact with our customer and it allows us to see a history of how the case has been handled.
Michal Rajniak,修改在11 年前。

RE: Nested dynamic data lists

Junior Member 帖子: 25 加入日期: 12-5-28 最近的帖子
Hello Nicolas,
have you had any success with the extension?

We are attempting exactly what you are describing
1. adding new data types
2. nested lists
We managed to extend the functionality (partially, not quite there yet) by directly modifying the sources and are currently attempting to separate the changes into a plugin (hook or ext).

Anybody else had any success at this?
thumbnail
Christopher Dawson,修改在11 年前。

RE: Nested dynamic data lists

New Member 帖子: 11 加入日期: 12-2-27 最近的帖子
Michal:

Did your proof of concept on this topic proceed any further? We're running into a use case that also needs this functionality. Seems like it would be a killer feature-add to this already useful featureset.
Michal Rajniak,修改在11 年前。

RE: Nested dynamic data lists

Junior Member 帖子: 25 加入日期: 12-5-28 最近的帖子
Yes. We have a functional solution. You are looking at about 2-4 weeks of development in an ext plugin.
Just adding new data types should be fairly straightforward, adding nested lists is much more interesting.
David Thompson,修改在11 年前。

RE: Nested dynamic data lists

New Member 帖子: 4 加入日期: 10-6-15 最近的帖子
Hi,

I am also interested in

[indent]1. adding new data types
[indent][/indent]2. nested lists[/indent]

Have you made any further progress in this? Do you plan on adding this to Liferay's Marketplace?

I'd love to have this feature.

Daveemoticon
Michal R,修改在11 年前。

RE: Nested dynamic data lists

Junior Member 帖子: 25 加入日期: 12-5-28 最近的帖子
Yeah, we are in production now.
No marketplace plans, sorry.

In retrospect, i'd suggest to avoid any big extensions to DDLs and only pick what you really need. Reason is, you will most likely have to use the ext plugin, which is rather inconvenient - you have to restart the server everytime you deploy, testing offline is difficult if not impossible, etc.

What about asking Liferay to implement this? Seems many people are interested. I imagine the ability to create custom fields (in Hook plugin, not ext) is at the top of most people's lists.
Michal R,修改在11 年前。

RE: Nested dynamic data lists

Junior Member 帖子: 25 加入日期: 12-5-28 最近的帖子