Hi Experts,
I am using agentry editor and I need some suggestions for the follwoing scenario :
I have 2 objects Employee Details and Departments with collections EmployeeCollection and DeptCollection respectively. Employee details object has a property DeptName which is empty. I want to fill the employee collection with the department name data and display it in a list tile view. The list tile view carries the Employee collection.
I tried to use a sub action which would loop over the department collection and tried to fill department names into the employee collection but was unsuccessful. How can get the value from deptcollection and fill it into the employee collection?.(Is it possible to obtain values from one collection and use them in another.)
p.s. Both the objects have deptName property, other than that there is no connection between the two.
Please provide some suggestions on how to about this.
Thanks in advance
Amitoj Singh