Discussion
Capgemini
IN
Last activity: 8 Jul 2016 6:27 EDT
How to create new clipboard page through StringMap or HashStringMap.
I want to create a clipboard page implementing StringMap or HashStringMap interface. It is not for any business requirement. Just wanted to explore. was trying the below code but not seems to be working.
StringMap TestPage = new HashStringMap();
TestPage.putString("pxObjClass","Test-SaikatTe-Work-POC");
TestPage.putString("pyLabel","SaikatTest321");
We can create clipboardpage by using clipboardPage interface. But want to do this by StringMap. No justification.
Thanks,
Saikat