My form has lookup column which gets data from another list but I want to remove/hide particular item in the lookup column.
For example; My look up columns gets A;B;C;D;E entries from another list now I don’t want to show E in my lookup column .
I can accomplish this if I customize the form in InfoPath but my list(which has lookp column) must be used as “Data sheet view” and InfoPath customization don’t work on data sheet view.
Tried using JQuery but didn’t work.
Any suggestions ?
Obviously you should never be using jQuery for security related practices. What if a user has javascript turned off?
This question seems to cry out of item level permissions. That said, item level permissions is generally considered a last resort at best type of practice, so I would suggest you first consider whether or not item E could be moved into a different list entirely, which is only viewable by certain parties.