Hi All,
Requirement : Accessing portal Discussion Group iView from a BSP application ?
We have configured SSO between CRM and Portal . I am using following method to open the discussions group iView externally .
http://<server>:<port>/irj/portal?NavigationTarget=<pcd location of iView>
This is working fine if I access it through a browser.
But as in BSP there is a limit of 255 characters I am not able to pass this long URL to a method .
Does anybody know how to truncate this long URL .
Thanks & Regards,
Amit Kade
Hi Amit,
You can use quick links or short (hashed) urls for this.
Check out http://help.sap.com/saphelp_nw04s/helpdata/en/97/b0ef8b24a64ae884f0ab246e54cae5/frameset.htm for quick links,
http://help.sap.com/saphelp_nw04s/helpdata/en/b3/7b8163404448e7aad7899c0b30313e/frameset.htm for short (hashed) urls.
Johan
Add a comment