I would like to apply filtering to existing out-of-the-box lookup fields (without InfoPath).
The solution should be limited to GUI only: when Backup/Restoring to a clean farm the filtering would be gone but all the data preserved and usable.
|
I would like to apply filtering to existing out-of-the-box lookup fields (without InfoPath). The solution should be limited to GUI only: when Backup/Restoring to a clean farm the filtering would be gone but all the data preserved and usable. |
||||
|
|
|
You might want to look at the jQuery library for SharePoint, SPServices. There is one operation, SPFilterDropdown, that allows you to filter a lookup column via CAML. Usage example from the documentation:
I haven't used this particular operation, but the other aspects of the library are stellar. |
|||||||
|