
1 resposta
Few design approaches I can think of are
- Do not allow user manually select Close Opportunity Status for closing the opp. Have a validation rule preventing them and in the rule, ask them to submit a form and at the end of the form submission through trigger close the opportunity automatically by update the Opportunity Status to Close.
- Another approach is to create a custom Save Button (bad bad approach) as you need to consider update case also.