locked
Activity view WITHOUT the "Due" dropdown (schedule filter) RRS feed

  • Question

  • Greetings.

    Is it possible to display an Activity view WITHOUT the "Due" dropdown (schedule filter)?
    Is it possible to rename the label of the dropdown to something else than "Due"?
    If not, is it possible to disable the dropdown?
    If not, is it possible to filter the dropdown options to be ONLY "All"?

    I know that there are some unsupported ways to achieve that but I was interested in any supported idea.

    Thanks,


    Frank


    • Edited by FrkM Sunday, April 14, 2013 8:59 PM
    Sunday, April 14, 2013 8:57 PM

Answers

  • I think only possible for other entity in which activity grid is used not in main.aspxby

     <script type="text/javascript">
    document.getElementById('gridControlBarElement_4TD').style.display = 'none';
           
     </script>

    you can find element id by f12 and add code on load of that form.


    Hope this helps. ----------------------------------------------------------------------- Santosh Bhagat If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

    • Marked as answer by FrkM Monday, April 15, 2013 11:45 AM
    Monday, April 15, 2013 4:44 AM

All replies

  • Hi Frank,

        As far as I am aware none of these are supported. 

    Hope this helps.
    -----------------------------------------------------------------------

    Minal Dahiya
    If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

    • Proposed as answer by Minal Dahiya Monday, April 15, 2013 3:13 AM
    Monday, April 15, 2013 3:13 AM
  • I think only possible for other entity in which activity grid is used not in main.aspxby

     <script type="text/javascript">
    document.getElementById('gridControlBarElement_4TD').style.display = 'none';
           
     </script>

    you can find element id by f12 and add code on load of that form.


    Hope this helps. ----------------------------------------------------------------------- Santosh Bhagat If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

    • Marked as answer by FrkM Monday, April 15, 2013 11:45 AM
    Monday, April 15, 2013 4:44 AM
  • Hi Frank, I agree to the approach suggested by Santosh but it is not fully supported. Minal
    Monday, April 15, 2013 10:18 AM