Skip to Content
0
Former Member
Apr 28, 2009 at 08:38 PM

How to access KM doc via URL AND have it appear in the portal framework?

315 Views

I have 50+ html files that reside within KM. I know how to reference any one of the files directly. How can I reference one of these files using a URL AND have the file appear in the portal framework (so that the file appears within the portal content area, with the masthead, navigation and detailed nav iViews present).

I know that I can reference a portal object (page/iView ) using "?navigationtarget=", but in my case, there is not a corresponding iView/Page that references the HTML docs (and creating one per html file is not a viable solution).

One idea I had is to create a URL iView that has a target similar to "irj/go/km/docs/nr_content/corp/home/dates.html", but instead of listing the target explicitly, I would use a variable, so the target might look like "irj/go/km/docs/nr_content/Corp/Home/%target_file_variable%" I am not sure about the proper syntax.

Then when I call the URL iView, I would also pass in the parameter by adding " ?target_file_variable=dates.html" to the URL

This would be my optimal solution, as I would have one iView and the only thing that would change in the URL from file to file would be the value of the variable (in this case the target_file_variable value is dates.html).