Hi,
CRM 4
I am trying to activate/show the Save button on a resolved case, but is having a bit of troubles figuring this out.
For the test I have below show the items in the menu for a resolved case:
var toolBarButtons = document.all.mnuBar1.rows[0].cells[0].childNodes[0].childNodes;
for (var i = 0 ; i < toolBarButtons.length ; i++)
{
var button = toolBarButtons[i];
alert(button.title);
}
Unfortunately this only seems to get hold of active menu items (hence not the Save button).
Would anyone be able to help me refrase this JavaScript to get hold of the Save button also (and activate it)?
Any help is very much appreciated.
// Klaus
*This post is locked for comments
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,817
Most Valuable Professional
nmaenpaa
101,156