cancel
Showing results for 
Search instead for 
Did you mean: 

How to navigate to specific tab of OIF from QAF

Former Member
0 Kudos

Hi

I have a link in my QAF,  on click at this link, I want to open a specific tab of OIF.

I have seen the same scenario in Campaign QAF there is a link "Add Response Option", I want to simulate the same thing in my solution.

(you can see in WC Marketing-->under Common Task--> New Campaigns )

If any one have idea how to do please share with me.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

in the UI data model of the OIF you'll find  the ViewSwitchSelectedItem field. In this field you have to write (via UI script) the name of the ViewSwitchNavigationItem. The  name you'll get from the properties when you select the respective tab on your OIF.

- Daniel

Former Member
0 Kudos

Hi Daniel,

where can I write UI script in ViewSwitchSelectedItem field?

what I did, In the QAF on click on 'Text' link, I have used simple navigation to navigate to OIF, in OIF data model select ViewSwitchSelectedItem and in property of this field if write the 'Initial value' under Design as 'ViewSwitchNavigationItem name' of specific tab, then I can navigate to particular tab, but in this case all navigation which are directed to OIF will open that particular tab of this OIF...

- Sunil

Former Member
0 Kudos

Hi Sunil,

I'm not sure if there's a possibility with the simple navigation (never used it). If you use OBN (not simple) navigation you are able to execute an event handler when the respective In-Port is triggered. In this script you then set the ViewSwitchSelectedItem element.

Kind regards,

Daniel