You need to sign in to do that
Don't have an account?
Ti Saunders 8
Workflow rule to trigger when field changing only from a certain value
Hello,
I am trying to create a formula for a workflow rule that will cause it to trigger only when a field changes from a certain value.
Specifically:
I want a field named "Lead_Status" (picklist) to be set to the value "Returning", when an account owner is changed FROM one of our internal admin accounts (i.e. user 1, user 2, or user 3.) to a sales rep (i.e. user 3, user 4, or user 5) AND another field named "ABW" is NOT checked (i.e. boolean = false).
I am trying to create a formula for a workflow rule that will cause it to trigger only when a field changes from a certain value.
Specifically:
I want a field named "Lead_Status" (picklist) to be set to the value "Returning", when an account owner is changed FROM one of our internal admin accounts (i.e. user 1, user 2, or user 3.) to a sales rep (i.e. user 3, user 4, or user 5) AND another field named "ABW" is NOT checked (i.e. boolean = false).
Please use below code in formula rule in the workflow. Replace adminUserID and SalesUserID with your real scenarios ID.
I hope you will found this solution helpful. If satisfied please mark as solved.
Thanks
All Answers
Please use below code in formula rule in the workflow. Replace adminUserID and SalesUserID with your real scenarios ID.
I hope you will found this solution helpful. If satisfied please mark as solved.
Thanks