Question
AIG
US
Last activity: 17 Jul 2017 16:32 EDT
Access Clipboard of active TAB thread to ‘open portal’ thread
In our Application, we have multiple tabs, if the user opens
multiple work objects. If I want to refer one property from active thread to
other thread B, how to do it. Below code works if I mention the thread name,
but here I want the clipboard property of ‘active thread’(currently opened
tab). Any idea?
ClipboardPage testpage =
tools.getRequestor().getThread("ThreadName").getPage("Your page
name");
***Updated by moderator: Lochan to add Categories***
***Updated by moderator: Marissa to close post***
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.