cancel
Showing results for 
Search instead for 
Did you mean: 

How to "QuickLink" to a WPC (Web Page Composer) Page ?

Rodrigo-Giner
Active Contributor
0 Kudos

Hi, I had searched trought the forum and can't find any relevant information about this. Only that WPC does not support quicklink.

So Im trying to find out another solution. Have a WPC site with anonymous access, works fine. You navigate trought the portal and see the WPC site without any problem. But now they need a link to a specific page of the WPC.

The content link of the page is:

http://<HOST>:<PORT>/irj/portal?NavigationTarget=navext(ROLES://portal_content/com.ap.pct/celulosa/r... Navigation/navigation.wpc/~/NAT)

If I use this url a login page appear.

So how can I have a URL link to a WPC page with annonymous user.

Thxs

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rodrigo

Have you found a solution for this issue? I'm facing the very same problem here and would appreciate it very much if you could give me a hint.

Regards

Walter

abdulbasit
Active Contributor
0 Kudos

Hi,

You can create your own application and provide quick link with the querystring. In the querystring, send the exact menu path of the wpc page (or implement your own logic) and in your application read the url of the path using the navigation api. Then, redirect your page to the url.

I've implemented this logic years ago in the following page and still works fine:

URL with QuickLink:

http://www.raysigorta.com.tr/irj/portal/anonymous/wnavigate?rnode=Ray Sigorta/Ürünlerimiz/Hayatınız/Ferdi Kaza Sigortası

Original URL Redirected by Application:

http://www.raysigorta.com.tr/irj/portal/anonymous?NavigationTarget=navext%28ROLES://portal_content/com.ray.folders.0RayContent/com.ray.roles.Roles/com.ray.roles.Ray_Sigorta_Anonymous/WPC/Ray_Sigorta|wpcnavigation:///wpccontent/Sites/Ray%20Sigorta/Site%20Navigation/navigation.wpc/~/12/I12_0/II12_0_0%29

Hope this helps to anyone who finds this thread from the search.

Abdul.

Edit: Original URL displayed incorrectly and enclosed in a code tag.