I want to query for opportunity from Quote page i.e. Detail page button of Quote on click of javascipt of that button..
alert({!Opportunity.StageName});
if('{!Opportunity.StageName}' =='F0') {
alert('Can not Create Multiple Quote as Opportunity is moved to F0.');
}
This is what I am trying to do..on Detail page button of Quote but this alert is showing null value
This is what I am trying to do..on Detail page button of Quote but this alert is showing null value...
– Nikhil Boob Jun 08 '15 at 08:56