Moving the Filter List Button to the top?

SOLVED

Greetings

I was curious if there was a way to move the filter button from the bottom to the top of the filter list? 

Making it a bit more efficient to filter if you have a longer filter list as we do which often requires scrolling or zooming to access quickly.

Thank you for your time.

Parents Reply
  • +1 in reply to overpb42
    verified answer

    Within Administration -> Customisations you would edit the actual Filter Box you want to affect (or switch Inline Customisation on and get to the screen definition that way) and put the code (including the <script> tags) into the 'Custom Content' field.

    That said, the code is *probably* specific enough that you could apply it more pervasively - by creating a .js file (called anything at all) in your WWWRoot/js/custom folder and putting the code in there (minus the tags in this case). Once you restart the CRM App Pool then the code will be applied to all of the list filters.

Children