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!

document versions and attribute values (one to one or one to many)?

Status
Not open for further replies.
Dec 14, 2011
25
0
0
PT

I have a document with a category (with one attribute) linked to it.

In version 1 of my document I gave the attribute the value of "test1".

I then create a second version of my document and set the attribute to "test2".

If I go to the properties of this document I can see there is two versions of the document. However, it seems that all the versions point to the same attribute value. Cant I see the value of the atribute for the first version of the document?

thank you
 
livelink shows only the latest version value of the category being applied.your other value is in the table.

if you go to llattrdata and filter it based on the id of the document you will see one set of rows for each version of the category object.

select * from llattrdata where id=<dataid of your document>

the business case is when an organization changes the metadata model then it is under the impression that people will search on the new model and not on older values.


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,Livelink ECM Champion 2010
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top