Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
i want to create custom action to copy current url to clipboard in windchill. Please guide me.
From "Help Center" - "Windchill Clipboard": https://support.ptc.com/help/windchill/plus/r12.0.2.0/en/index.html#page/Windchill_Help_Center%2FInteropClipboardAbout.html%23
Hi VladimirN ,
I want to create custom action to copy just the current url, the above article copies the object to clipboard and cannot be pasted outside the windchill. i am looking for customization related solution.
Thanks & Regards
Shraddha K
Hi @SK_10514357
Try to use QuickLinks and use an copy page function. (QuickLinks is located on the right upper corner)
The Windchill clipboard will contain the http address that can be used outside of windchill..
PetrH
That only copies to the Windchill Clipboard
Hi @jbailey
Yes, and from the Windchill clipboard you can copy it everywhere you need.
You do not need a customization to copy URL to windows clipboard
just copy the URL address from a browser.
Why does someone need to do things complicated?
PetrH
I am not disagreeing with you, just saying that the copy to clipboard isn't exactly what this person is looking for
Hi @HelesicPetr ,
I want to create a custom action to copy the current url to clipboard, which i can paste in the browser (new tab) outside the windchill. The ootb action Copy Page copies current url in the windchill clipboard which we cannot paste outside windchill. Please guide on what customization/configuration do I need to do?
Thanks
Shraddha K
if you open the Clipboard, you can right mouse button click on the URL while pressing the Shift key to access the browser's context menu and choose Copy URL. this is probably more clicks than you want for such a simple operation. if the Copy Page action exists in Windchill, you should be able to find the source for it in the java docs or customizer's guide, but i am not a developer and my ideas end here.