Tagged Questions
5
votes
3answers
7k views
sharepoint 2007 - custom content type - filtered lookup column
I had defined a custom content type, and I am trying to define a filtered lookup column. I can select the list from where to pick up the column I need, but I can't find any example of the needed ...
0
votes
1answer
454 views
Can I create a lookup field that only returns “Current” list items?
I'm working with Sharepoint 2.0 (WSS2) and need to create a lookup field that draws the name of an Issue from an Issue List. The trouble is, it does not appear that I can filter this lookup so that ...
0
votes
2answers
2k views
sharepoint lookup field how to programattically filter to lookup only in current document library
I want the lookup field to be filtered to only display titles from the current document library (meaning the document library that the user is currently in). I cannot specify the document library b/c ...