Question

Avensys
SG
Last activity: 29 Jul 2024 8:05 EDT
Parent-child classes relationship
Assuming I have a parent class/table called "Person" and child class/table called "Employee". The Person has the properties like name, age, address and then Employee has the properties like salary. In my case type (Leave Request), i created a single page property called EmployeePg which refers to Employee class. But the problem is that EmployeePg only have salary properties and do not have inherited properties from Person.