We have a business requirement to implement a filtered lookup for a text field on one of our forms. We have an entity that we have defined to provide the content and view for the lookup, but we need to implement this without using a lookup field. Basically, when I double click on our SIC (standard industry code) field on the form, we need a pop-up that looks the same as the lookup popups, but its' content is filtered by the code value stored in another field on the form. The lookup needs to be dynamically filtered, and we don't want to see the magnifying glass that typically accompanies lookup fields. We are looking for solutions that will not take us away from a simple upgrade path. Can anyone offer us a JavaScript (or other) solution? Thanks in advance.
↧