This is a frusterating void, and I recognize 2 solutions;
Find a way to lock out the opp/quote. Somehow make it read-only after a trigger
Send a notification to operations that a change has been made after the approved stage
I've read a few resoures about change-orders but none of them pertain to my problem. (https://success.salesforce.com/answers?id=9063A000000DbF9QAK)
2 respostas
Hi Geordie,
I can think of one easy solution for this: create an opportunity stage that means the order is being fulfilled. Then, using a validation rule, block making any change to the opportunity other than to the stage field (and any other fields you want to allow). Add another validation rule to opportunity product that blocks all changes if the opportunity's stage is Fulfillment.
Repeat the same idea for quotes.