Hi to all,
I am using CE7.1.
I am facing problem in setting the referances between two BO's. I have 2 Bo's 1.Employee 2. Department
Structure of employee Bo : Emp_ID,1..1 Cardinality,Primary key
Emp_Name 0..1 Cardinality
Structure of Department Bo : Dept_Id 1..1 Cardinality primary key
Emp_ID has the data type as EmployeeBo, 0..1 cardinality
Dept_Name 0..1 cardinality
Association of Employee Bo : Associated to DepartmentBo , None to Many Cardinality
Association of DepartmentBo :Associated to EmployeeBo , None to one Cardinality
While testing the Serive of Department Bo it is giving an error
in the Browser.
where is the problem. Please bring me the solution to this problem.
Regards,
ThenMalar