cancel
Showing results for 
Search instead for 
Did you mean: 

Open a transaction iView in a view

Former Member
0 Kudos

Hi all,

I have a viewset in which I would like to open a transaction iVew in one of the views. Is it possible to open an transaction iView in a webdynrpo view? I tried using WDPortalNavigation.navigateAbsolute("ROLES://portal_content/...",WDPortalNavigationMode.SHOW_INPLACE,

(String)null,

(String) null,

WDPortalNavigationHistoryMode.NO_HISTORY,

(String) null,

(String) null,

(String) null); )

This opens in the same window not the same view.

Thanks for help in advance.

Regards,

Subu

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hi Subu,

In order to do this you need separate iViews for every WD view you have and combine them within one portal page.

Best regards, Maksim Rashchynski.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi all,

I found one of the way of doing is to use a IFRAME UI. However I found some threads where they talk about object locking when we use IFRAME will definitely get back to you if I hit some issue.

Thank you all again.

Subu

Former Member
0 Kudos

Hi Maksim,

Thank you for your quick reply. I wanted to clarify myself. If I have a tabstrip UI element and if I have to open a transaction iView in one of the tab or call an external URL in one of the tab how can I do it?

Regards,

subu