cancel
Showing results for 
Search instead for 
Did you mean: 

DTN to TLN

Former Member
0 Kudos

Hello experts,

I have the following requirement for my portal navigation:

An entry of the detailed navigation should open (link) an entry of the top level navigation when clicked. The click on the detailed navigation entry should behave like the click on the top level navigation entry. DTN and the content area have to be reloaded. How could this be achieved?

Thanks for your contributions

Frank

Accepted Solutions (0)

Answers (1)

Answers (1)

benjamin_houttuin
Active Contributor
0 Kudos

Hi,

1. In the TLN on the node that you want to call set the property [QuickLink |http://help.sap.com/saphelp_nw70/helpdata/EN/97/b0ef8b24a64ae884f0ab246e54cae5/content.htm](for examle MyTestQL).

2. in a textfile create a bit of hmtl and place the following javascript within the head tag, for example:


top.location.href='https://answers.sap.com/irj/portal/MyTestQL'

... Note: Please use relative a relative url like in the code above as this makes the code transportable...

3. Save as html and Upload to KM

4. Create an KM Document iView and let it point to the html file you just uploaded in step 3

5. Put this KM Document iview in your DTN structure (add it to the role, workset or whatever you use)

Result... within the DTN there is a clickable node that when clicked on will trigger the javascript that calls the QuickLink. This will force a page refresh...

Maybe this can help you....

Benjamin Houttuin