Hi Bjorn,
Thanks for your useful response above. Was wondering if I could ask a couple of follow-up questions:
- In your example above, it seems that node categories could be used to set the "mode" for a given node row (e.g. an item in a customer invoice). If it's at that level of granularity, how can we apply a given node category to node rows at runtime? Is it via a call to modify( ) on the service manager?
- If my assumption above is correct, is this an operation that would normally be carried out a determination? For example, for a customer invoice BO, you might have an ITEM sub-node with multiple node categories. At runtime, I'm thinking a properties determination would be used to spin through the line items and assign the appropriate node category (e.g. if it's a free item vs. normal item). Do I have that right?
Sorry if I'm off base in my line of questioning here; I'm just trying to wrap my head around the potential use cases for this. Thanks in advance for you help.
James