Mapping a field to multiple tables

Devin,

Classes which you use to store data essentially represent the persistent storage. Since the persistent storage does not allow abstractions with multiple “implementation”, those are not supported by Backendless at the classes level either. As a result, what you’re trying to accomplish will not work as you’d expect.

If you have a type A which is related to type B, that relation is constant and does not allow for polymorphism.

Regards,
Mark