Hello -
This has been baking my noodle for some time.. I'm not sure if it can be done with LLBLGEN or infact if my architecture is fundamentally floored.
I have a table of products which is used by multiple consumers. Because each consumer needs to store different data there is a text field inwhich an XML document is stored, containing consumer specific elements.
This works well mostly as core business functionality can be reused and indiviual functionality can be added on top fairly easily.
Where I'm stuck is this.. I want to sort the products by a node in the xml document, this is okay, but the problem is I need to subsort the by different nodes.
Any idea if this can be done through LLBLGEN or even if my approach is floored.
Any help you can give would be great, the only solutions I can come up with are pretty manual.
Best,
Phil.