cancel
Showing results for 
Search instead for 
Did you mean: 

Sending bookmarks

0 Kudos

Hi all,

We are using the bookmark functionality and like to send bookmarks.

For this we use the Bookmark.shareBookmark statement.

However, the sharebookmark link starts in our case with http://https:/.... , see picture.

Any idea how to solve this?

Thanks and regards,

Arwold

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
Active Contributor
0 Kudos

Hello Arwold,

Maybe take a look at the context of the bookmark?

Here's a sample from my application and there's no extra added "http":

Bookmark.shareBookmark(Bookmark.getBookmarkUrl(LISTBOX_BOOKMARK.getSelectedValue()));

Tammy

0 Kudos

Hi Tammy,

Thanks for your reply.

We use the same statement as you are.

Since the LISTBOX_BOOKMARK.getSelectedValue returns something like: Ac7d2mjK_Q1Ai2sBg7Fy6jI

I assume there must be a parameter that stores the prefix to start this guid.

But where?

Best regards,

Arwold

Answers (0)