2 answers
Swetha,It's a pretty simple method where I get the text that I want to change it to and a check to make sure it should be done.setStatusDisplay: function(text){ if(salesforceSetup && isInConsole && text && text != ""){ sforce.console.setCustomConsoleComponentButtonText(text); } }I know the setCustomConsoleComponentButtonText should be getting called as I had a trace statement right before that was being hit so it's not my condition check.Thank you,Erik Kreigh