UPDATE: Ovaj MSDN objavljivanja ima neke zanimljive primjedbe iz JXJ na temelju njegove, uglavnom negativno, Iskustva ide dolje ovaj put: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2623565&SiteID=1
We have a business scenario where we need to link two documents libraries via a common "document ID" polje.
We often use a lookup column to implements links like this. There are several drawbacks to lookup columns, od kojih su tri:
- Only one column from the lookup lookup library can be linked.
- Performanse: The source library could contain hundreds of entries. That’s too many entries in the lookup.
- Traži: There is no integrated search. I don’t mean in the MOSS sense of search, ali ne postoji način da se traži / filtrirati po više stupaca iz knjižnice izvorni dokument i pronađite link koji želite.
Potpomognuti BDC, we can use a "business data" column type and it provides a superior search and even allows multiple columns of data to appear in list views.
Ja sam imao neke preliminarne uspjeh s ovom pristupu, a planiramo pisati više o tome.
Ako ste radili ovaj kut prije i imate bilo kakve komentare, molimo udjela!
</kraj>