Entity Type Support
Project creation prompts can now identify types (eg, Hourly vs Salaried), with
- Type-specific attributes: only Hourly employees have Dues
- Type-specific relationships: only Hourly employees have Union
- Logic: salary is computed per type
- Display: the Admin App shows only proper attributes, per types
Unlike classic OO inheritance, a table can have multiple types (Hourly/Salaries, and Military).
For more information, click here.
This is a delivered sample (samples/demo_emp_types), which can also rebuild as follows:
