org-scn-design-studio-community / sdkpackage

SDK Package of SCN Design Studio Community
Apache License 2.0
32 stars 29 forks source link

OpenUrlInPlace behavior issue since BI platform upgrade #182

Open francoisRR opened 6 years ago

francoisRR commented 6 years ago

Hello,

I have a recent issue with OpenUrlInPlace. It is following the upgrade of BI platform from BI4.1 SP7 PL11 up to 4.1 SP9 PL6.

SAP BuisnessObjects Design Studio: 16.2.2 plug-in: Design Studio SCN Community Utils: 3.0.0.201604022052

I did two simple DS application. The first one, application A includes a button which is supposed to open and be replaced by an application B when we click on the button via OpenUrlInPlace.

I am describing the process to reproduce the issue below:

Step 1: Open an application A via document link. Step 2 : Clicking on the button linking to the application B (document link), the application A is loaded. Step 3: Clicking on the button linking to the application B (document link), the application B is loaded.

I tried to use "APPLICATION.openNewWindow( document link application B)", there is no issue, the application B is opened in a new window.

Please let me know if you know the reason for this behavior and how to fix it.

Thanks a lot,

donralz commented 6 years ago

I'm encountering this issue as well.

francoisRR commented 6 years ago

Hello Donralz,

We solved the issue by switching the position of our sIDtype and iDocID in the document link (iDocID in first position).

gnikunj commented 6 years ago

Hello,

I am facing exactly the same issue but changing position of sIDtype and iDocID is also not solving the problem.

Can anyone please suggest if some other workaround has been done?

Regards, Nikunj