Hi to all,
my problem is that I have a WD project which can start with 3 different views that point to only 1 view. My desire is to have 3 different applications that run each start view and then they call the same second view. How can I do?
Thanks a lot,
Antonio
Hi Antonio
This is very much possible , you can define a public part in the component which holds the view you want to link to. Then define a usage relation ship between this and the other three components which hold the start views. By creating such a definition you have option to expose the interface view of your target component to other views to link to. At run time Once the interface view is requested the request
is then forwarded to the default view(make the view you want be linked to as default) of your target component
Regards
Pran
Hi,
If I Understood correctly you have three views and each view resides in saparate application and first and seconview is directs to thirdview (both have a link to thirdview). To me two scenarios are possible one all the applications can reside in single project,secondly each application and corresponding view can reside in separate project which is your case, can you elaborate...
at the same time which your defult view is it first one second one anyhow both direct to thied view...
To me it sounds you have to use DC's here, if you can elaborate littlebit i can help you
RK
Add a comment