Quantcast
Channel: SCN : All Content - SAP BusinessObjects Design Studio
Viewing all articles
Browse latest Browse all 4216

Creation of Bookmark URL - Composition Feature

$
0
0

Design Studio 1.4: Use the Online Composition Feature

 

 

Hi,
I've tried the mentioned tutorial but I got stuck with the last step where I try to create an external Link which opens a new window. Apparently I've a problem with the script. It opens the initial screen of my Dashboard but not the customized page.
I copied it 1:1 - Maybe it is outdated ...
Thx for any hint

##################################################
var id = RADIO_BTN_DASHBOARDS.getSelectedValue();
var url = Bookmark.getBookmarkUrl(id);
var array = url.split("&");

var int = 1;

if (url != " ") {  array.forEach(function(element, index) {
     if (int == 1) {
        APPLICATION.openNewWindow(element + "&XID="+ id);
        int = int + 1;
}
});
}
##################################################

 

I wrote the the "ID" & "URL" into a textbox to see the output of the methods

 

 

ID: d863cbe53eb843bcb52610af0cd0ed5d

 

URL: http://localhost:56377/aad/web.do?APPLICATION=AFCLYFW1E49MLTD60DBVK0S&BOOKMARK=d863cbe53eb843bcb52610af0cd0ed5d

 

 


Viewing all articles
Browse latest Browse all 4216

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>