Question
4
Replies
6062
Views
Cognizant Technology Solutions
Posted: August 29, 2016
Last activity: October 4, 2018
Closed
Solved
How to set clipboard property from java script varaiable
Hi,
I have a requirement like that value is available in javscript variable.
And i wanted to set it to a clipboard property.
I have used safeurl method, it is not working.
Is there any other alternate solution for this?
***Updated by moderator: Marissa to update categories***
**Moderation Team has archived 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.
You can use osafeurl, call an activity and pass the parameter to it.
It works,
var oSafeUrl = new SafeURL("SAE-HRSERVICES-WORK.MYACTIVITY",getReqURI());
oSafeUrl.put("Paramater Name","Paramater Value");
httpRequestAsynch(oSafeURL.toURL()); or var strResponse = httpRequestAsynch(oSafeUrl.toURL(),"post");