Hi friends
I want to set a zero value to a field A when status of opportunity record set to on -Hold using real time work flow.
*This post is locked for comments
I have the same question (0)

Hi friends
I want to set a zero value to a field A when status of opportunity record set to on -Hold using real time work flow.
*This post is locked for comments
I have the same question (0)Hi,
It should be straight forward.
1) Create a real time workflow.
2) trigger it on field change "Opportunity Status"
3) Add a check condition, and check if the status is on hold
4) Then update the record and set the field value to '0'
5) Save, activate and test.
Hope this helps.