Polymorphic spree

posted Aug 6, 2013, 11:48 AM by Ezra Kenigsberg
Cool documentation in Salesforce about Understanding Polymorphic Keys and Relationships:

You can access polymorphic relationships several ways.
  • You can use the polymorphic key for the relationship.
  • You can use a TYPEOF clause in a query.
  • You can use the Type qualifier on a polymorphic field.
You can also combine these techniques for complex queries. Each of these techniques are described below...

I may need to review some of my earlier complaints, yay!
Comments