<?xml version="1.0" encoding="utf-8" ?>
- <configuration version="3.0.0000.0">
- <Root>
- <!-- The main Global Menu Bar located at the top of all root level areas
-->
- <!--
Application Level Tool Bar
-->
</Root>
- <!-- Microsoft Customer Relationship Management Entities (Objects)
-->
- <Entities>
- <Entity name="product">
- <!-- ADDS A COMMAND BUTTON FOR THE PRODUCT LIST, ADD NEW PRODUCTS OUTSIDE OF SETTINGS SECTION
-->
- <Grid>
- <MenuBar>
- <Buttons>
<Button Title="New Product" ToolTip="Add New Product" Icon="/_imgs/ico_18_1024.gif" Url="http://yourcrmserver.com/products/product/edit.aspx" PassParams="1" WinParams="" WinMode="0" AvailableOffline="false" />
</Buttons>
</MenuBar>
</Grid>
</Entity>
- <Entity name="quote">
- <Grid>
- <MenuBar>
+ <Buttons>
- <!-- ADDS A COMMAND BUTTON TO THE QUOTE LIST
-->
<Button Title="Print Quote" ToolTip="Print the Quote" Icon="/_imgs/ico_18_debug.gif" Url="http://yourcrmserver.com/QuoteWDisc" PassParams="1" WinParams="" WinMode="0" AvailableOffline="true" />
</Buttons>
</MenuBar>
</Grid>
- <!-- ADDS A COMMAND BUTTON INSIDE THE QUOTE FORM
-->
- <ToolBar ValidForCreate="1" ValidForUpdate="1">
<Button Title="Print Quote" ToolTip="Print the Quote" Icon="/_imgs/ico_18_debug.gif" Url="http://yourcrmserver.com/QuoteWDisc" PassParams="1" WinParams="" WinMode="0" AvailableOffline="true" />
</ToolBar>
</Entity>
</Entities>
- <!-- Microsoft Customer Relationship Management Service Management Customization
-->
</configuration>
|