Question
BPM Company
NL
Last activity: 13 Dec 2018 12:03 EST
Provide clipboard to end user
Hello everyone!
I need to implement a button in one of the section in order to show popup window with Clipboard.
I tried to use pzClipboard harness from Pega-Clipboard class, but it does not contain current thread for user.
Any ideas?
-
Likes (1)
Ashwani Mishra -
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
BPM Company
NL
I found a workaround: to provide general clipboard to an end user through a button with Harness action (see in attachments)
Pegasystems Inc.
US
Hi,
There are privileges such as clipboardViewer & clipboardViewerUpdate which needs to be added to the user login.
You can also check the below link. I think it should help you out.
https://pdn.pega.com/how-provide-clipboard-viewer-system-administrator-or-business-user
Regards,
Rachit
Updated: 11 Dec 2017 3:46 EST
BPM Company
NL
Thanks for the suggestion.
But I need more general approach. Let's say, I need in manager's dashboard the button Clipboard with an ability to provide specific work object id for it.
Pegasystems Inc.
US
Hi,
So when I click on clipboard in designer studio, it is calling pzGetClipboardPages which again call various other activities that are FINAL. In these activities, some properties are set such as pyCurrentThread which cannot be set from outside. I am not sure if can set it and open the work object directly into the clipboard.
Regards,
Rachit
Accepted Solution
BPM Company
NL
I found a workaround: to provide general clipboard to an end user through a button with Harness action (see in attachments)
-
Raghavender Reddy Lankapothu
Sopra Steria Group SA
FR
Hello,
It does not work for me, a clipboard pop up opens but it is empty ..
Maybe because of the thread
BPM Company
NL
Post a screenshot, please
-
S MANOJ KUMAR REDDY
Sopra Steria Group SA
FR
It is ok, it works. I had another issue (acces role) so my user did not have acces to clipboard content, but I have fixed it