Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrieve specify category version

Status
Not open for further replies.

smallredville

Programmer
Aug 18, 2008
115
SG
Hi ALL,

Is there a LAPI method to retrive a specify category version?

The reason is I need to add a new document with a speficied category i.e category of the designated folder.

Thank you very much.
 
Does this call not give you that ?
Java/.NET Method Declaration (LAPI_DOCUMENTS.class)

public int FetchCategoryVersion(
LLValue catID,
LLValue catVersion)

In the CatID you specify objid and version of category to be retreived.


Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008
 
Hi appnair,

Thanks for your fast response. We have tried the FetchCategoryVersion, but only gave us the latest version of the specified category.

Basically, we want to set the specified category version to the new object and add it into the folder with the specified category version.

Please advise!

Thanks in advance.
 
Instead of using lapi use the GUI and try to do the same thing as your program does.If livelink allows you to do that then think of lapi.My guess is that livelink will not allow use of a category other than the current version that is maintained in the category.If a category object is upgraded then from that point onwards then all objects either
inherited or assigned should follow suit.

You have a lapi login,testing it thru the livelivelink web interface should be just as easy don't you think?

LAPI is just another way of doing things in livelink ,don't you agree ? it will for most cases obey what the webinterface does.

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008
 
Hi Appnair,

Thank you for the reply...

I appreciate it very much =)

smallredville
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top