Some of you must have faced requirement to add ISV button on Specific entity grid it can be OOB entity or custom entity. We can do this like below:
<Entity>
<Grid>
<MenuBar>
<Buttons>
<Button Icon=”/_imgs/ico_18_debug.gif” Url=”http://www.microsoft.com” WinParams=”” WinMode=”2″>
<Titles>
<Title LCID=”1033″ Text=”Test” />
</Titles>
<ToolTips>
<ToolTip LCID=”1033″ Text=”Info on Test” />
</ToolTips>
</Button>
</Buttons>
</MenuBar>
</Grid>
</Entity>
Hope it will help somebody !!!!