You need to sign in to do that
Don't have an account?

How to update opportunity field whenever there is change in stage
Suppose in opportunity I am changing the stage name from stage1 to stage2 then I need to set the checkbox as true.
How to achieve this using configuration
How to achieve this using configuration
You can create a formula field with return type as Checkbox. The formula will be: This checkbox will be checked (true) when the Stage is changed from 'Stage 1' to 'Stage 2'. In all other cases it will remain unchecked (false).
Hope above information helps, Please mark as Best Answer so that it can help others in the future.
Thanks.
Hi niki,
You can write a trigger for this.
Please mark it as the Best Answer so that other people would take references from it.
Thank You