Forums / Developer / notifications based on fetch result instead of subtree
Mickael Robin
Wednesday 17 September 2008 7:03:55 am
Hi all,
I need to propose notifications on categorized items whose locations are not under the same node.
I first thought of using cross-publishing to re-construct a subtree, but adding locations to a node doesn't allow to also add locations to its children...
Then I need to propose <b>notifications not on a subtree, but on a collection of objects or nodes coming from a tree fetch</b> using an attribute filter on a single selection type attribute (filtering values being given by view parameters...)
Does anybody think of a way to achieve this?
Thanks in advance for your ideas.