Xrm.Page.getControl(arg).removePreSearch(handler)
Where is arg is the lookup name and handler is the function that will be called.
Question: What logic should i put on the function? I am a bit lost on this :s
I have tried Xrm.Page.getControl("lookupname").removePreSearch(); but no the existing custom filter is still there.
↧
removeCustomFilter Question
↧