Maybe this is well known but wanted to help share.
Consider that you have the following persistent class defintions
An Invoice Class with a property reference to Provider
ClassExtends%PersistentAsand Provider
If you call the Build method in Sample.Invoice you can query this with SQL
Asand see
.png)
The area this article discusses is deciding how to create a dimension on Provider.
What I have found works well is to following this pattern
What this does is
1.