Hi all,
I am new to CAF. I m using CE 7.1. I would like to create Master table for Example : Employee
Attributes of Employee : EmpID - Key
Emp Name
Emp Email.
& I want to have one more table Vehicle.
Attributes of Vehicle :
Vehicle name,
Vehicle Number
EmpID - Foreignkey for the Master table Employee.
( I need only one field EmpID
if i add the reference for Emplyee Business Object all the attributes has been retrieved. )
That means the vehicle table should only accept the employees which are in Master table Employee.It should not accept other employees and the constraint s each employee can have multiple vehicles.
How to achieve this in CAF CE 7.1 Please bring me the solution to this problem.
Thanks in advance.
Regards,
ThenMalar.