Resolved! 2 tables for a parent and child record, where a child record has a reference field to a parent record
Trying to create Table A (Parent) and Table B (Child) tables. Is it as simple as creating table A that extends the task table, and make table A extensible, then create Table B and extend it from Table A. How do I associate a field that can be referen...