Is there a document somewhere talking about how the new price layer table structures work? I see the names in the table structures document, but no real discussion of how they replace the old T_PMAP and T_SUBPRICE. I've got a number of customizations I need to update for V12, so any such information would be very helpful. I'm slowly sussing it out, but worried I'll miss something. For instance, I expect I'll need to conditionally account for rows in T_PRICE_EVENT?
Gawain,
I don't know of a document that lays this out. But you might try opening up VB_PMAP to see how they constructed the old data model out of the new one. I spent a little time reviewing it before I started my updates to make our custom reports compatible and it was instructive.
- Levi
Thanks Levi,
Somehow missed that view. I'll dig through that now.