Dear Forum ,
I have a question regarding Sales Event entity . Sales Event can be described as transaction between Dealer , Customer , Organization . Each Sales Event has related one or multiple Sales Event Item which correspond to different Products, discounts or offers/promotions proposed to the customer. Can we model Sales Event as non historized link and if yes , how sales event item can be connected to it ?
If you’re already modelling a sales event entity then this only needs to be a regular link between
- Sales Event
- Dealer
- Customer
- Organization
Then you can use a multi-active satellite or another entity to model the event items separately. You can use an NHL but as you say it’ll just make arbitrary indexes for each sales event rather than linking to your chosen business key.
Hope this helps
Link — the business objects in a relationship (how sweet)
Link-Sat, hangs off that link.
NH-Links in the correct form do not have hashdiffs because they are abnormal structures designed for streaming loads — exactly once semantics and ordering are expected by the tech upfront.
Although Sales Event itself is the interaction, not a hub. If there is an ID for the event, it sounds like a dependent-child key applicable to the interaction. Perhaps optionally extended with reference data.