Question
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
***Updated by moderator: Lochan - User still needing assistance. Adding #helpme tag***
I think your StringMap implementation is nothing to do with Clipboard Page, just putting objclass in the String Map will not create Clipboard , I don't think you can achieve creation of Clipboard Page with StringMap, No logical relation here.