I have a ReadOnlyList (Regions) of ReadOnlyItems (RegionInfo). I also have an EditableRoot (Region). These two objects should know nothing about each other so I would list to use the ChannelEvent to Publish & Subscribe so the list can add a readonly object when a region is Added/Updated/Deleted. I thought about adding the publish events in the DataPortal, which would work since everything is running locally, but if I ever did move to N physical tiers it would not work since the event would be raised on the middle machine on not on the clients machine.
Where is the best place to Publish the event?
Thanks in advance,
Mike
What if I just want to use the Observer.dll instead of the whole active object project?
I guess I could keep track of what data portal event was called and publish this information in the Overriden Saved method? Any thoughts or a better approach?
Copyright (c) Marimer LLC