5 answers
Hi Jim,you can add some js to the button, so that the user receives an information, that this button is only working on Stage Closed/Won.It could be something like:if (stage != 'Closed/Won') {alert('This is not working in this stage')} else {*here you can add your code*})RegardsRobert(mindforce: http://www.mind-force.de)