You must Sign In to post a response.
  • Category: Microsoft Dynamics

    how to create Navigation pane

    Hi


    I want to create new Navigation pane - area(Sample).
    I know the process how to create Navigation pane - areas.
    I added sample Navigation pane in customization xml file.When i try to import the file into the mscrm it shows error.
    please can u send me the xml code to create new Navigation pane


    Thanks &Regards
    Anjali
  • #631091
    see this link


    http://www.codeproject.com/KB/WPF/WPFOutlookNavi.aspx

  • #632510
    hi Anjali,

    Sample code try this..,

    <?xml version="1.0" encoding="iso-8859-1"?>
    <navgroups product="myproduct">
    <navgroup phrase="my_product" hr="true" permissions="canadminsettings" displayorder="1">
    <navoption displayorder="10">
    <phrase>my_product_manager</phrase>
    <link>myproduct.asp?do=modify</link>
    </navoption>
    <navoption displayorder="20">
    <phrase>add_new_item</phrase>
    <link>myproduct.asp?do=add</link>
    </navoption>
    </navgroup>
    </navgroups>

    Thanks,
    Raja


  • This thread is locked for new responses. Please post your comments and questions as a separate thread.
    If required, refer to the URL of this page in your new post.