Skip to Content
0
Feb 16, 2009 at 08:56 PM

Design Idea - two applications sharing

21 Views

I have two different WD applications

Manager - Manager application displays lists of employees with a summary of their information

Employee - Employee WD application displays detail inforation about an employee.

I now have a requirement where the Manager application should contain a details button. This button will open up a popup window that shows the employee detail.

I don't want to rebuild the employee application within the manager.

I created a Public Part for the Employee Application so the manager component controller could set variables.

I created a popup window from the details button. Within this vew view I called the showpopup method which set the employee component controller variables.

I created an Interface iView in the Employee Application - but then it all goes fuzzy. What next to get the employee details to "go" and also return when the user is done looking at the information

Diane