Hi,
I was able to create a folder using LAPI-JAVA successfully .. could anyone suggest me how to get the object id of the newly created folder. The reason I want to create another folder inside the earlier folder.
Please suggest.
Best Regards
Getting object Id of a folder (LAPI-JAVA)?Posted byalexander-vishnu.pachipala@ubs.com (Pachipala, Alexander-Vishnu)On 2010/11/24 02:35?Hi,I?was able to?create a folder using LAPI-JAVA successfully .. could anyone suggest me how to get the object id of the newly created folder. The reason I want to create another folder inside the earlier folder.Please suggest.Best Regards[To post a comment, use the normal reply function]Forum:LAPI ForumLivelink Server:knowledge-wlweb01
Thanks a lot for the input..
I am now able to get it by, -- System.out.println("objectID="+objectInfo.toInteger("ID"));
Best Regards,
Alex