Hi there -
On an Opportunity record, I have a requirement that when a field "Bid Status" = No Bid, that an Opportunity essentially has to be 'Canceled'. It cannot be Won or Lost (because that would make their Win-Loss report innacurate), so it has to remain 'Open'.
To handle this, and ensure that no other changes are made to the record, I want to make all fields Read Only (set disabled) when the Bid Status = No Bid. Maybe even display a bold/color web resource message that says something to the effect of "This Opportunity is No Bid and has been Canceled".
Can anyone help with an example of updated code for 9.0 that would work for this scenario?