문제

our setup for document library as follows. We have bunch of document sets (200 doc sets to be exact) in a document library. Each doc set is for particular vendor. We place contracts in each document set. Now when it comes to renew or amendment or work order we need to be able to tie to the main contract type.

I enable SP doc id. I created a lookup column that will look inside this library and show all the items.

But I need to be able to filter this list. I only want to show the items in the given document set (instead of showing all the items from the document library). Also, I need to be able to show (ID - Title) in the drop down. Just showing ID in the drop down user wont know what item it's tie to.

Hope I am making sense.

도움이 되었습니까?

해결책

There is CodePlex project I used to solve something similar: Lookup Field with Picker 2010

Features

  • Single- and multi-Selection Mode
  • Cross site picking
  • Search in picker dialog
  • Search Operators: equals, not equal, contains, begins with, greater than, greater or equal than, less than, less or equal than.
  • Select fields you would like to search for.
  • Relationship behaviors
  • Supports default values (constants, current user id and default values by url param, useful for 1-n scenarios) must be configured via PowerShell
  • Languages: English, German
  • Delivered as SharePoint Solution Package (WSP)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top