function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Don Schueler 12Don Schueler 12 

Best Data Model for a Partner Directory by Zip Code

I have built a "supplier/product by Zipcode" model previously but adding a zipcode related list to account. Its kind of brute force but it does work.
I am now needing to build another one but with an additional dimension...  Account parent, Service Offered child and child of that is Zip Code. i.e. Partners offer certain services to certain zip codes(may be different for each service).  This needs to be more generic than something like territory since it will be both a REST service AND a lookup from Case for partner assignment and maybe Lead.

I am wondering if anyone has solved this more elegantly....
Don Schueler 12Don Schueler 12
mean BY adding