Hi All..
Can anybody help me in developing methods(API) for search requirement By Getting object ID by passing folder name and Getting documents by passing object ID
what languages are you working in ? the get object by id code is already implemented internally and as an API / WebService layer. The folder name -> Object ID is more complex as names are not required to be unique across the system, so you may have to specify a parent node or a path to figure this out.
Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
Thanks for ur reply ggriffit ! we are using java and we will be searching inside a parent node and the folders inside the parent node are unique. . so is folder name -> Object ID is possible as the folders are unique under a parent node ? Please suggest a sample code
Are you using LAPI or WebServices ? If you are using LL9.7.1 or later I would recommend the latter, you should be able to get a List of contents in the container and then check to see if they match your required name.
Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.