Just thought of putting this code over here, as i need it frequently 🙂
This one is for case entity.
<Entity name="incident">
<ToolBar ValidForCreate="0" ValidForUpdate="1">
<Button Icon="/_imgs/ico/16_convert.gif" Url="http://www.google.co.in" PassParams="1" WinParams="" WinMode="0" Client="Web">
<Titles>
<Title LCID="1033" Text="Url Button" />
</Titles>
</Button>
<Button Icon="/_imgs/ico/16_convert.gif" JavaScript="window.open(‘http://www.google.co.in?oId=’+crmForm.ObjectId ,”,”);" PassParams="1" WinParams="" WinMode="0" Client="Web">
<Titles>
<Title LCID="1033" Text="JavaScript Button" />
</Titles>
</Button>
</ToolBar>
</Entity>
Bye..
