how to obtain view-guid in crm 2011???

Unanswered how to obtain view-guid in crm 2011???

  • Saturday, November 17, 2012 5:10 AM
     
     

    hi,

      On-click of a button, i want the view to be opened.How is it possible???

    Thanks in advance.

All Replies

  • Saturday, November 17, 2012 10:54 AM
     
     

    hi

    you can get view link using "Copy link" button in application ribbon, select view and click on copy a link of current view

    use javascript to open that view.

    window.open('URL of the view', 'name', 'width=700,height=150,left=150,top=250,scrollbars=yes,resizable=yes,directories=yes');

    use this link to create a button and adding this link. or even u can use visual ribbon editor or pragatool to create a button.


    Thanks and Regards. Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.